Searched refs:subregions (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/docs/devel/ |
H A D | memory.rst | 63 A container's subregions are usually non-overlapping. In some cases it is 88 It is valid to add subregions to a region which is not a pure container 94 one of whose subregions is a low priority "background" region covering 222 region has left by not mapping subregions to that area of its address range. 223 (This applies recursively -- if the subregions are themselves containers or 227 For example, suppose we have a container A of size 0x8000 with two subregions 230 of its own subregions: D of size 0x1000 at offset 0 and E of size 0x1000 at 245 Since B has higher priority than C, its subregions appear in the flat map 270 - all direct subregions of the root region are matched against the address, in 287 - if none of the subregions match the address then the search terminates [all …]
|
/openbmc/qemu/hw/remote/ |
H A D | memory.c | 23 QTAILQ_FOREACH_SAFE(subregion, &sysmem->subregions, subregions_link, next) { in remote_sysmem_reset()
|
/openbmc/linux/arch/arm/mm/ |
H A D | pmsa-v7.c | 368 unsigned int subregions, bool need_flush) in mpu_setup_region() argument 385 size_data |= subregions << PMSAv7_RSR_SD; in mpu_setup_region()
|
/openbmc/qemu/docs/ |
H A D | pcie_sriov.txt | 73 subregions of the PFs SR/IOV VF BARs by calling
|
/openbmc/qemu/system/ |
H A D | memory.c | 643 QTAILQ_FOREACH(subregion, &mr->subregions, subregions_link) { in render_memory_region() 722 QTAILQ_FOREACH(child, &mr->subregions, subregions_link) { in memory_region_get_flatview_root() 1280 QTAILQ_INIT(&mr->subregions); in memory_region_initfn() 1784 while (!QTAILQ_EMPTY(&mr->subregions)) { in memory_region_finalize() 1785 MemoryRegion *subregion = QTAILQ_FIRST(&mr->subregions); in memory_region_finalize() 2616 QTAILQ_FOREACH(other, &mr->subregions, subregions_link) { in memory_region_update_container_subregions() 2622 QTAILQ_INSERT_TAIL(&mr->subregions, subregion, subregions_link); in memory_region_update_container_subregions() 2672 QTAILQ_REMOVE(&mr->subregions, subregion, subregions_link); in memory_region_del_subregion() 3344 QTAILQ_FOREACH(submr, &mr->subregions, subregions_link) { in mtree_print_mr()
|
/openbmc/qemu/include/exec/ |
H A D | memory.h | 792 QTAILQ_HEAD(, MemoryRegion) subregions;
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-inst.c | 395 QTAILQ_FOREACH(subregion, &mr->subregions, subregions_link) { in s390_get_subregion()
|