Home
last modified time | relevance | path

Searched refs:pci_mmio_high (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/xen/
H A Dxen-pvh-common.c158 if (s->cfg.pci_mmio_high.size) { in xenpvh_gpex_init()
161 mmio_reg, s->cfg.pci_mmio_high.base, s->cfg.pci_mmio_high.size); in xenpvh_gpex_init()
162 memory_region_add_subregion(sysmem, s->cfg.pci_mmio_high.base, in xenpvh_gpex_init()
279 XEN_PVH_PROP_MEMMAP(pci_mmio_high) in XEN_PVH_PROP_MEMMAP()
349 OC_MEMMAP_PROP(oc, "pci-mmio-high", pci_mmio_high); in xen_pvh_class_setup_common_props()
/openbmc/qemu/include/hw/xen/
H A Dxen-pvh-common.h85 MemMapEntry pci_ecam, pci_mmio, pci_mmio_high; member