Home
last modified time | relevance | path

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

/qemu/include/hw/pci/
A Dpci.h221 typedef struct PCIINTxRoute { struct
228 } PCIINTxRoute; typedef
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);
/qemu/hw/pci-host/
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()
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()
/qemu/hw/isa/
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()
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()
/qemu/hw/vfio/
A Dpci.h79 PCIINTxRoute route; /* routing info for QEMU bypass */
A Dpci.c217 static void vfio_intx_update(VFIOPCIDevice *vdev, PCIINTxRoute *route) in vfio_intx_update()
243 PCIINTxRoute route; in vfio_intx_routing_notifier()
/qemu/hw/remote/
A Dproxy.c32 PCIINTxRoute route; in proxy_intx_update()
/qemu/hw/pci/
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()
/qemu/hw/i386/
A Dpc_piix.c96 const PCIINTxRoute route = pci_device_route_intx_to_irq(dev, i); in piix_intx_routing_notifier_xen()
/qemu/hw/ppc/
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()
/qemu/hw/i386/kvm/
A Dxen_evtchn.c368 PCIINTxRoute r; in type_init()

Completed in 47 milliseconds