Searched refs:GPEXHost (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/pci-host/ |
| H A D | gpex.c | 52 GPEXHost *s = opaque; in gpex_set_irq() 57 int gpex_set_irq_num(GPEXHost *s, int index, int gsi) in gpex_set_irq_num() 70 GPEXHost *s = opaque; in gpex_route_intx_pin_to_irq() 93 GPEXHost *s = GPEX_HOST(dev); in gpex_host_realize() 162 GPEXHost *s = GPEX_HOST(dev); in gpex_host_unrealize() 178 DEFINE_PROP_BOOL("allow-unmapped-accesses", GPEXHost, 180 DEFINE_PROP_UINT64(PCI_HOST_ECAM_BASE, GPEXHost, gpex_cfg.ecam.base, 0), 181 DEFINE_PROP_SIZE(PCI_HOST_ECAM_SIZE, GPEXHost, gpex_cfg.ecam.size, 0), 182 DEFINE_PROP_UINT64(PCI_HOST_PIO_BASE, GPEXHost, gpex_cfg.pio.base, 0), 183 DEFINE_PROP_SIZE(PCI_HOST_PIO_SIZE, GPEXHost, gpex_cfg.pio.size, 0), [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;
|