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

Function prog_set_entry

src/include/program_loading.h:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106static inline void prog_set_entry(struct prog *prog, void *e, void *arg)
107{
108 prog->entry = e;
109 prog->arg = arg;
110}
111
112static inline void prog_set_arg(struct prog *prog, void *arg)
113{

Callers 15

fit_payload_archFunction · 0.85
fit_payload_archFunction · 0.85
fit_payload_archFunction · 0.85
stage_cache_load_stageFunction · 0.85
rmodule_stage_loadFunction · 0.85
cbfs_prog_stage_loadFunction · 0.85
stage_cache_load_stageFunction · 0.85
fit_payloadFunction · 0.85
selfload_mappedFunction · 0.85
fsp_relocateFunction · 0.85
run_dram_blobFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_stage_cache_addFunction · 0.68