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

Function region_device_region

src/commonlib/include/commonlib/region.h:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 size_t size);
142
143static inline const struct region *region_device_region(
144 const struct region_device *rdev)
145{
146 return &rdev->region;
147}
148
149static inline size_t region_device_sz(const struct region_device *rdev)
150{

Callers 6

boot_device_wp_regionFunction · 0.85
lookup_store_regionFunction · 0.85
region_device_szFunction · 0.85
region_device_offsetFunction · 0.85
region_device_lastFunction · 0.85
boot_device_wp_regionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected