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

Function region_device_last

src/commonlib/include/commonlib/region.h:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159static inline size_t region_device_last(const struct region_device *rdev)
160{
161 return region_last(region_device_region(rdev));
162}
163
164/* Memory map entire region device. Same semantics as rdev_mmap() above. */
165static inline void *rdev_mmap_full(const struct region_device *rd)

Callers 2

test_rdev_basicsFunction · 0.85
test_rdev_chainFunction · 0.85

Calls 2

region_lastFunction · 0.85
region_device_regionFunction · 0.85

Tested by 2

test_rdev_basicsFunction · 0.68
test_rdev_chainFunction · 0.68