Searched refs:PCIINTxRoute (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/include/hw/pci/ |
H A D | pci.h | 221 typedef struct PCIINTxRoute { struct 228 } PCIINTxRoute; argument 271 typedef PCIINTxRoute (*pci_route_irq_fn)(void *opaque, int pin); 314 PCIINTxRoute pci_device_route_intx_to_irq(PCIDevice *dev, int pin); 315 bool pci_intx_route_changed(PCIINTxRoute *old, PCIINTxRoute *new);
|
/openbmc/qemu/hw/pci-host/ |
H A D | gpex.c | 61 static PCIINTxRoute gpex_route_intx_pin_to_irq(void *opaque, int pin) in gpex_route_intx_pin_to_irq() 63 PCIINTxRoute route; in gpex_route_intx_pin_to_irq()
|
H A D | ppce500.c | 365 static PCIINTxRoute e500_route_intx_pin_to_irq(void *opaque, int pin) in e500_route_intx_pin_to_irq() 367 PCIINTxRoute route; in e500_route_intx_pin_to_irq()
|
/openbmc/qemu/hw/isa/ |
H A D | piix.c | 90 static PCIINTxRoute piix_route_intx_pin_to_irq(void *opaque, int pin) in piix_route_intx_pin_to_irq() 94 PCIINTxRoute route; in piix_route_intx_pin_to_irq()
|
H A D | lpc_ich9.c | 287 static PCIINTxRoute ich9_route_intx_pin_to_irq(void *opaque, int pirq_pin) in ich9_route_intx_pin_to_irq() 290 PCIINTxRoute route; in ich9_route_intx_pin_to_irq()
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.h | 79 PCIINTxRoute route; /* routing info for QEMU bypass */
|
H A D | pci.c | 217 static void vfio_intx_update(VFIOPCIDevice *vdev, PCIINTxRoute *route) in vfio_intx_update() 243 PCIINTxRoute route; in vfio_intx_routing_notifier()
|
/openbmc/qemu/hw/remote/ |
H A D | proxy.c | 32 PCIINTxRoute route; in proxy_intx_update()
|
/openbmc/qemu/hw/pci/ |
H A D | pci.c | 1688 PCIINTxRoute pci_device_route_intx_to_irq(PCIDevice *dev, int pin) in pci_device_route_intx_to_irq() 1705 return (PCIINTxRoute) { PCI_INTX_DISABLED, -1 }; in pci_device_route_intx_to_irq() 1711 bool pci_intx_route_changed(PCIINTxRoute *old, PCIINTxRoute *new) in pci_intx_route_changed()
|
/openbmc/qemu/hw/i386/ |
H A D | pc_piix.c | 96 const PCIINTxRoute route = pci_device_route_intx_to_irq(dev, i); in piix_intx_routing_notifier_xen()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_pci.c | 729 static PCIINTxRoute spapr_route_intx_pin_to_irq(void *opaque, int pin) in spapr_route_intx_pin_to_irq() 732 PCIINTxRoute route; in spapr_route_intx_pin_to_irq()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_evtchn.c | 368 PCIINTxRoute r; in type_init()
|