Home
last modified time | relevance | path

Searched refs:PCIINTxRoute (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpci.h221 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 Dgpex.c61 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 Dppce500.c365 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 Dpiix.c90 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 Dlpc_ich9.c287 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 Dpci.h79 PCIINTxRoute route; /* routing info for QEMU bypass */
H A Dpci.c217 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 Dproxy.c32 PCIINTxRoute route; in proxy_intx_update()
/openbmc/qemu/hw/pci/
H A Dpci.c1688 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 Dpc_piix.c96 const PCIINTxRoute route = pci_device_route_intx_to_irq(dev, i); in piix_intx_routing_notifier_xen()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c729 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 Dxen_evtchn.c368 PCIINTxRoute r; in type_init()