MCPcopy Create free account
hub / github.com/coreboot/coreboot / prog_set_area

Function prog_set_area

src/include/program_loading.h:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100static inline void prog_set_area(struct prog *prog, void *start, size_t size)
101{
102 prog->start = start;
103 prog->size = size;
104}
105
106static inline void prog_set_entry(struct prog *prog, void *e, void *arg)
107{

Callers 8

stage_cache_load_stageFunction · 0.85
rmodule_stage_loadFunction · 0.85
cbfs_prog_stage_loadFunction · 0.85
stage_cache_load_stageFunction · 0.85
fsp_load_componentFunction · 0.85
fsp_relocateFunction · 0.85
test_stage_cache_addFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_stage_cache_addFunction · 0.68