Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpci.h312 bool pci_intx_route_changed(PCIINTxRoute *old, PCIINTxRoute *new);
/openbmc/qemu/hw/pci/
H A Dpci.c1694 bool pci_intx_route_changed(PCIINTxRoute *old, PCIINTxRoute *new) in pci_intx_route_changed() function
/openbmc/qemu/hw/vfio/
H A Dpci.c251 if (pci_intx_route_changed(&vdev->intx.route, &route)) { in vfio_intx_routing_notifier()