MCPcopy 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
149static inline size_t region_device_sz(const struct region_device *rdev)
150{
151 return region_sz(region_device_region(rdev));
152}
153
154static inline size_t region_device_offset(const struct region_device *rdev)
155{

Callers 15

mainboard_initFunction · 0.85
init_vbnvFunction · 0.85
erase_nvramFunction · 0.85
hash_bodyFunction · 0.85
tpm_measure_regionFunction · 0.85
chromeos_vpd_regionFunction · 0.85
cbfs_load_and_decompressFunction · 0.85
cbfs_preloadFunction · 0.85
get_preload_rdevFunction · 0.85
do_allocFunction · 0.85
cbfs_prog_stage_loadFunction · 0.85

Calls 2

region_szFunction · 0.85
region_device_regionFunction · 0.85

Tested by 9

test_write_tablesFunction · 0.68
test_region_file_dataFunction · 0.68
test_rdev_basicsFunction · 0.68
test_rdev_successFunction · 0.68
test_rdev_chainFunction · 0.68