Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
static inline void prog_set_entry(struct prog *prog, void *e, void *arg)
107
{
108
prog->entry = e;
109
prog->arg = arg;
110
}
111
112
static inline void prog_set_arg(struct prog *prog, void *arg)
113
{
Callers
15
fit_payload_arch
Function · 0.85
fit_payload_arch
Function · 0.85
fit_payload_arch
Function · 0.85
stage_cache_load_stage
Function · 0.85
rmodule_stage_load
Function · 0.85
cbfs_prog_stage_load
Function · 0.85
stage_cache_load_stage
Function · 0.85
fit_payload
Function · 0.85
selfload_mapped
Function · 0.85
fsp_relocate
Function · 0.85
run_dram_blob
Function · 0.85
dram_run_full_calibration
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_stage_cache_add
Function · 0.68
test_stage_cache_load_stage
Function · 0.68