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

Function rdev_chain_mem_rw

src/commonlib/region.c:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299int rdev_chain_mem_rw(struct region_device *child, void *base, size_t size)
300{
301 return rdev_chain(child, &mem_rdev_rw.rdev, (uintptr_t)base, size);
302}
303
304void *mmap_helper_rdev_mmap(const struct region_device *rd, size_t offset,
305 size_t size)

Callers 12

elog_initFunction · 0.85
smmstore_initFunction · 0.85
test_region_file_dataFunction · 0.85
setup_fmapFunction · 0.85
teardown_fmapFunction · 0.85
setup_spd_cacheFunction · 0.85
teardown_spd_cacheFunction · 0.85
mock_rdevFunction · 0.85
test_mem_rdevFunction · 0.85

Calls 1

rdev_chainFunction · 0.85

Tested by 9

test_region_file_dataFunction · 0.68
setup_fmapFunction · 0.68
teardown_fmapFunction · 0.68
setup_spd_cacheFunction · 0.68
teardown_spd_cacheFunction · 0.68
test_mem_rdevFunction · 0.68