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

Function rmodule_entry

src/lib/rmodule.c:86–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void *rmodule_entry(const struct rmodule *module)
87{
88 if (!rmodule_is_loaded(module))
89 return NULL;
90
91 return rmodule_load_addr(module, module->header->module_entry_point);
92}
93
94static void rmodule_clear_bss(struct rmodule *module)
95{

Callers 3

rmodule_copy_payloadFunction · 0.85
rmodule_stage_loadFunction · 0.85
smm_load_moduleFunction · 0.85

Calls 2

rmodule_is_loadedFunction · 0.85
rmodule_load_addrFunction · 0.85

Tested by

no test coverage detected