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

Function imdr_root

src/lib/imd.c:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26static struct imd_root *imdr_root(const struct imdr *imdr)
27{
28 return imdr->r;
29}
30
31/*
32 * The root pointer is relative to the upper limit of the imd. i.e. It sits

Callers 13

imdr_create_emptyFunction · 0.85
imdr_entry_findFunction · 0.85
imdr_limit_sizeFunction · 0.85
imdr_entry_atFunction · 0.85
imdr_entry_addFunction · 0.85
imdr_has_entryFunction · 0.85
imd_lockdownFunction · 0.85
imd_region_usedFunction · 0.85
imd_entry_addFunction · 0.85
imd_entry_removeFunction · 0.85
imdr_print_entriesFunction · 0.85
imd_print_entriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected