Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ region_device_sz
Function
region_device_sz
src/commonlib/include/commonlib/region.h:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
static inline size_t region_device_sz(const struct region_device *rdev)
150
{
151
return region_sz(region_device_region(rdev));
152
}
153
154
static inline size_t region_device_offset(const struct region_device *rdev)
155
{
Callers
15
mainboard_init
Function · 0.85
init_vbnv
Function · 0.85
erase_nvram
Function · 0.85
hash_body
Function · 0.85
vboot_get_cbfs_boot_device
Function · 0.85
tpm_measure_region
Function · 0.85
chromeos_vpd_region
Function · 0.85
cbfs_load_and_decompress
Function · 0.85
cbfs_preload
Function · 0.85
get_preload_rdev
Function · 0.85
do_alloc
Function · 0.85
cbfs_prog_stage_load
Function · 0.85
Calls
2
region_sz
Function · 0.85
region_device_region
Function · 0.85
Tested by
9
test_write_tables
Function · 0.68
test_region_file_data
Function · 0.68
test_region_file_update_data
Function · 0.68
test_region_file_update_data_arr
Function · 0.68
test_fmap_locate_area_as_rdev
Function · 0.68
test_fmap_locate_area_as_rdev_rw
Function · 0.68
test_rdev_basics
Function · 0.68
test_rdev_success
Function · 0.68
test_rdev_chain
Function · 0.68