Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ cbmem_entry_start
Function
cbmem_entry_start
src/lib/imd_cbmem.c:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void *cbmem_entry_start(const struct cbmem_entry *entry)
190
{
191
return imd_entry_at(&imd, cbmem_to_imd(entry));
192
}
193
194
void cbmem_add_bootmem(void)
195
{
Callers
15
get_tcpa_log
Function · 0.85
get_tpm2_log
Function · 0.85
acpi_ssdt_write_cbtable
Function · 0.85
cbfs_boot_device_find_mcache
Function · 0.85
stage_cache_get_raw
Function · 0.85
stage_cache_load_stage
Function · 0.85
fmap_register_cbmem_cache
Function · 0.85
bmp_load_logo_by_type
Function · 0.85
crb_tpm_init
Function · 0.85
lb_smmstorev2
Function · 0.85
update_mrc_cache_from_cbmem
Function · 0.85
setup_smihandler_params
Function · 0.85
Calls
2
imd_entry_at
Function · 0.85
cbmem_to_imd
Function · 0.85
Tested by
2
test_cbmem_entry_find
Function · 0.68
test_cbmem_entry_start
Function · 0.68