Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci-host/
H A Dgpex.c111 memory_region_init(&s->io_mmio, OBJECT(s), "gpex_mmio", UINT64_MAX); in gpex_host_realize()
122 memory_region_add_subregion(&s->io_mmio_window, 0, &s->io_mmio); in gpex_host_realize()
127 sysbus_init_mmio(sbd, &s->io_mmio); in gpex_host_realize()
137 pci_swizzle_map_irq_fn, s, &s->io_mmio, in gpex_host_realize()
/openbmc/qemu/include/hw/pci-host/
H A Dgpex.h60 MemoryRegion io_mmio; member