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

Function rmodule_is_loaded

src/lib/rmodule.c:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const size_t region_alignment = MIN_UNSAFE(DYN_CBMEM_ALIGN_SIZE, 4096);
16
17static inline int rmodule_is_loaded(const struct rmodule *module)
18{
19 return module->location != NULL;
20}
21
22/* Calculate a loaded program address based on the blob address. */
23static inline void *rmodule_load_addr(const struct rmodule *module,

Callers 2

rmodule_parametersFunction · 0.85
rmodule_entryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected