Home
last modified time | relevance | path

Searched refs:PCI_MSIX_FLAGS_BIRMASK (Results 1 – 6 of 6) sorted by relevance

/qemu/tests/qtest/libqos/
H A Dpci.c285 bir_table = table & PCI_MSIX_FLAGS_BIRMASK; in qpci_msix_enable()
287 dev->msix_table_off = table & ~PCI_MSIX_FLAGS_BIRMASK; in qpci_msix_enable()
290 bir_pba = table & PCI_MSIX_FLAGS_BIRMASK; in qpci_msix_enable()
296 dev->msix_pba_off = table & ~PCI_MSIX_FLAGS_BIRMASK; in qpci_msix_enable()
/qemu/hw/xen/
H A Dxen_pt_msi.c574 bar_index = msix->bar_index = table_off & PCI_MSIX_FLAGS_BIRMASK; in xen_pt_msix_init()
575 table_off = table_off & ~PCI_MSIX_FLAGS_BIRMASK; in xen_pt_msix_init()
/qemu/hw/s390x/
H A Ds390-pci-bus.c924 pbdev->msix.table_bar = table & PCI_MSIX_FLAGS_BIRMASK; in s390_pci_msix_init()
925 pbdev->msix.table_offset = table & ~PCI_MSIX_FLAGS_BIRMASK; in s390_pci_msix_init()
926 pbdev->msix.pba_bar = pba & PCI_MSIX_FLAGS_BIRMASK; in s390_pci_msix_init()
927 pbdev->msix.pba_offset = pba & ~PCI_MSIX_FLAGS_BIRMASK; in s390_pci_msix_init()
/qemu/hw/pci/
H A Dmsix.c350 (table_offset | pba_offset) & PCI_MSIX_FLAGS_BIRMASK) { in msix_init()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h334 #define PCI_MSIX_FLAGS_BIRMASK PCI_MSIX_PBA_BIR /* deprecated */ macro
/qemu/hw/vfio/
H A Dpci.c1632 msix->table_bar = table & PCI_MSIX_FLAGS_BIRMASK; in vfio_msix_early_setup()
1633 msix->table_offset = table & ~PCI_MSIX_FLAGS_BIRMASK; in vfio_msix_early_setup()
1634 msix->pba_bar = pba & PCI_MSIX_FLAGS_BIRMASK; in vfio_msix_early_setup()
1635 msix->pba_offset = pba & ~PCI_MSIX_FLAGS_BIRMASK; in vfio_msix_early_setup()