Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
static 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_empty
Function · 0.85
imdr_entry_find
Function · 0.85
imdr_limit_size
Function · 0.85
imdr_entry_at
Function · 0.85
imdr_entry_add
Function · 0.85
imdr_has_entry
Function · 0.85
imd_lockdown
Function · 0.85
imd_region_used
Function · 0.85
imd_entry_add
Function · 0.85
imd_entry_remove
Function · 0.85
imdr_print_entries
Function · 0.85
imd_print_entries
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected