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

Function region_offset

src/commonlib/include/commonlib/region.h:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115int region_is_subregion(const struct region *p, const struct region *c);
116
117static inline size_t region_offset(const struct region *r)
118{
119 return r->offset;
120}
121
122static inline size_t region_sz(const struct region *r)
123{

Callers 15

boot_device_subregionFunction · 0.85
fmap_find_region_nameFunction · 0.85
smm_place_entry_codeFunction · 0.85
print_regionFunction · 0.85
spi_flash_protectFunction · 0.85
region_is_subregionFunction · 0.85
normalize_and_okFunction · 0.85
xlate_mmapFunction · 0.85
xlate_readatFunction · 0.85
xlate_writeatFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_fmap_locate_areaFunction · 0.68
test_regionFunction · 0.68