Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dgpex.c115 memory_region_init_io(&s->io_mmio_window, OBJECT(s), in gpex_host_realize()
122 memory_region_add_subregion(&s->io_mmio_window, 0, &s->io_mmio); in gpex_host_realize()
124 sysbus_init_mmio(sbd, &s->io_mmio_window); in gpex_host_realize()
/openbmc/qemu/include/hw/pci-host/
H A Dgpex.h62 MemoryRegion io_mmio_window; member