Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen_pt_msi.c570 rc = xen_host_pci_get_long(hd, base + PCI_MSIX_TABLE, &table_off); in xen_pt_msix_init()
572 XEN_PT_ERR(d, "Failed to read PCI_MSIX_TABLE field\n"); in xen_pt_msix_init()
/openbmc/qemu/tests/qtest/libqos/
H A Dpci.c284 table = qpci_config_readl(dev, addr + PCI_MSIX_TABLE); in qpci_msix_enable()
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h331 #define PCI_MSIX_TABLE 4 /* Table offset */
328 #define PCI_MSIX_TABLE global() macro
/openbmc/qemu/hw/pci/
H A Dmsix.c370 pci_set_long(config + PCI_MSIX_TABLE, table_offset | table_bar_nr); in msix_init()
/openbmc/qemu/hw/s390x/
H A Ds390-pci-bus.c931 table = pci_host_config_read_common(pbdev->pdev, pos + PCI_MSIX_TABLE, in s390_pci_msix_init()
/openbmc/qemu/hw/vfio/
H A Dpci.c1759 ret = vfio_pci_config_space_read(vdev, pos + PCI_MSIX_TABLE, in vfio_msix_early_setup()