Home
last modified time | relevance | path

Searched refs:GPEXHost (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/pci-host/
H A Dgpex.c46 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,
161 DEFINE_PROP_UINT64(PCI_HOST_BELOW_4G_MMIO_BASE, GPEXHost,
163 DEFINE_PROP_SIZE(PCI_HOST_BELOW_4G_MMIO_SIZE, GPEXHost,
165 DEFINE_PROP_UINT64(PCI_HOST_ABOVE_4G_MMIO_BASE, GPEXHost,
167 DEFINE_PROP_SIZE(PCI_HOST_ABOVE_4G_MMIO_SIZE, GPEXHost,
186 GPEXHost *s = GPEX_HOST(obj); in gpex_host_initfn()
[all …]
/openbmc/qemu/include/hw/pci-host/
H A Dgpex.h30 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/riscv/
H A Dvirt.h64 struct GPEXHost *gpex_host;