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

Function region_device_offset

src/commonlib/include/commonlib/region.h:154–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154static inline size_t region_device_offset(const struct region_device *rdev)
155{
156 return region_offset(region_device_region(rdev));
157}
158
159static inline size_t region_device_last(const struct region_device *rdev)
160{

Callers 12

lb_boot_media_paramsFunction · 0.85
elog_find_flashFunction · 0.85
smmstore_append_dataFunction · 0.85
smmstore_get_infoFunction · 0.85
print_varFunction · 0.85
rdev_relative_offsetFunction · 0.85
soc_update_apob_cacheFunction · 0.85
qdutt_find_flashFunction · 0.85
test_write_tablesFunction · 0.85
test_rdev_basicsFunction · 0.85
test_rdev_chainFunction · 0.85

Calls 2

region_offsetFunction · 0.85
region_device_regionFunction · 0.85

Tested by 3

test_write_tablesFunction · 0.68
test_rdev_basicsFunction · 0.68
test_rdev_chainFunction · 0.68