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

Function region_sz

src/commonlib/include/commonlib/region.h:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122static inline size_t region_sz(const struct region *r)
123{
124 return r->size;
125}
126
127static inline size_t region_last(const struct region *r)
128{

Callers 15

boot_device_subregionFunction · 0.85
fmap_find_region_nameFunction · 0.85
smm_place_entry_codeFunction · 0.85
append_and_check_regionFunction · 0.85
spi_flash_protectFunction · 0.85
incoherent_rdev_initFunction · 0.85
region_lastFunction · 0.85
region_device_szFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_fmap_locate_areaFunction · 0.68
test_regionFunction · 0.68