Searched refs:sysbus_init_ioports (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/ |
H A D | sysbus.h | 74 void sysbus_init_ioports(SysBusDevice *dev, uint32_t ioport, uint32_t size);
|
/openbmc/qemu/hw/pci-host/ |
H A D | i440fx.c | 261 sysbus_init_ioports(sbd, 0xcf8, 4); in i440fx_pcihost_realize() 264 sysbus_init_ioports(sbd, 0xcfc, 4); in i440fx_pcihost_realize()
|
H A D | q35.c | 55 sysbus_init_ioports(sbd, MCH_HOST_BRIDGE_CONFIG_ADDR, 4); in q35_host_realize() 59 sysbus_init_ioports(sbd, MCH_HOST_BRIDGE_CONFIG_DATA, 4); in q35_host_realize()
|
/openbmc/qemu/hw/core/ |
H A D | sysbus.c | 206 void sysbus_init_ioports(SysBusDevice *dev, uint32_t ioport, uint32_t size) in sysbus_init_ioports() function
|
/openbmc/qemu/hw/i386/ |
H A D | vapic.c | 731 sysbus_init_ioports(sbd, VAPIC_IO_PORT, 2); in vapic_realize()
|