| 292 | static const struct mem_region_device mem_rdev_rw = MEM_REGION_DEV_RW_INIT(0, ~(size_t)0); |
| 293 | |
| 294 | int rdev_chain_mem(struct region_device *child, const void *base, size_t size) |
| 295 | { |
| 296 | return rdev_chain(child, &mem_rdev.rdev, (uintptr_t)base, size); |
| 297 | } |
| 298 | |
| 299 | int rdev_chain_mem_rw(struct region_device *child, void *base, size_t size) |
| 300 | { |