Searched refs:GPEXHost (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/pci-host/ |
H A D | gpex.c | 46 GPEXHost *s = opaque; in gpex_set_irq() 51 int gpex_set_irq_num(GPEXHost *s, int index, int gsi) in gpex_set_irq_num() 64 GPEXHost *s = opaque; in gpex_route_intx_pin_to_irq() 80 GPEXHost *s = GPEX_HOST(dev); in gpex_host_realize() 155 DEFINE_PROP_BOOL("allow-unmapped-accesses", GPEXHost, 157 DEFINE_PROP_UINT64(PCI_HOST_ECAM_BASE, GPEXHost, gpex_cfg.ecam.base, 0), 158 DEFINE_PROP_SIZE(PCI_HOST_ECAM_SIZE, GPEXHost, gpex_cfg.ecam.size, 0), 159 DEFINE_PROP_UINT64(PCI_HOST_PIO_BASE, GPEXHost, gpex_cfg.pio.base, 0), 160 DEFINE_PROP_SIZE(PCI_HOST_PIO_SIZE, GPEXHost, gpex_cfg.pio.size, 0), 161 DEFINE_PROP_UINT64(PCI_HOST_BELOW_4G_MMIO_BASE, GPEXHost, [all …]
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | gpex.h | 30 OBJECT_DECLARE_SIMPLE_TYPE(GPEXHost, GPEX_HOST) 52 struct GPEXHost { struct 71 int gpex_set_irq_num(GPEXHost *s, int index, int gsi); argument
|
/openbmc/qemu/include/hw/xen/ |
H A D | xen-pvh-common.h | 70 GPEXHost gpex;
|
/openbmc/qemu/include/hw/riscv/ |
H A D | virt.h | 64 struct GPEXHost *gpex_host;
|