Home
last modified time | relevance | path

Searched refs:subregions (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/docs/devel/
H A Dmemory.rst63 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 Dmemory.c23 QTAILQ_FOREACH_SAFE(subregion, &sysmem->subregions, subregions_link, next) { in remote_sysmem_reset()
/openbmc/linux/arch/arm/mm/
H A Dpmsa-v7.c368 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 Dpcie_sriov.txt73 subregions of the PFs SR/IOV VF BARs by calling
/openbmc/qemu/system/
H A Dmemory.c770 QTAILQ_FOREACH(subregion, &mr->subregions, subregions_link) { in render_memory_region()
849 QTAILQ_FOREACH(child, &mr->subregions, subregions_link) { in memory_region_get_flatview_root()
1407 QTAILQ_INIT(&mr->subregions); in memory_region_initfn()
1897 while (!QTAILQ_EMPTY(&mr->subregions)) { in memory_region_finalize()
1898 MemoryRegion *subregion = QTAILQ_FIRST(&mr->subregions); in memory_region_finalize()
2750 QTAILQ_FOREACH(other, &mr->subregions, subregions_link) { in memory_region_update_container_subregions()
2756 QTAILQ_INSERT_TAIL(&mr->subregions, subregion, subregions_link); in memory_region_update_container_subregions()
2806 QTAILQ_REMOVE(&mr->subregions, subregion, subregions_link); in memory_region_del_subregion()
3434 QTAILQ_FOREACH(submr, &mr->subregions, subregions_link) { in mtree_print_mr()
/openbmc/qemu/include/exec/
H A Dmemory.h822 QTAILQ_HEAD(, MemoryRegion) subregions;
/openbmc/qemu/hw/s390x/
H A Ds390-pci-inst.c395 QTAILQ_FOREACH(subregion, &mr->subregions, subregions_link) { in s390_get_subregion()