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

Function imd_link_root

src/lib/imd.c:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44static void imd_link_root(struct imd_root_pointer *rp, struct imd_root *r)
45{
46 rp->magic = IMD_ROOT_PTR_MAGIC;
47 rp->root_offset = (int32_t)((intptr_t)r - (intptr_t)rp);
48}
49
50static struct imd_entry *root_last_entry(struct imd_root *r)
51{

Callers 1

imdr_create_emptyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected