Home
last modified time | relevance | path

Searched refs:PCI_MSIX_PBA (Results 1 – 5 of 5) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dpci_regs.h331 #define PCI_MSIX_PBA 8 /* Pending Bit Array offset */ macro
/qemu/tests/qtest/libqos/
H A Dpci.c289 table = qpci_config_readl(dev, addr + PCI_MSIX_PBA); in qpci_msix_enable()
/qemu/hw/pci/
H A Dmsix.c362 pci_set_long(config + PCI_MSIX_PBA, pba_offset | pba_bar_nr); in msix_init()
/qemu/hw/s390x/
H A Ds390-pci-bus.c889 pba = pci_host_config_read_common(pbdev->pdev, pos + PCI_MSIX_PBA, in s390_pci_msix_init()
/qemu/hw/vfio/
H A Dpci.c1579 vdev->config_offset + pos + PCI_MSIX_PBA) != sizeof(pba)) { in vfio_msix_early_setup()