Home
last modified time | relevance | path

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

/qemu/hw/xen/
H A Dxen_pt_msi.c569 rc = xen_host_pci_get_long(hd, base + PCI_MSIX_TABLE, &table_off); in xen_pt_msix_init()
/qemu/hw/pci/
H A Dmsix.c370 pci_set_long(config + PCI_MSIX_TABLE, table_offset | table_bar_nr); in msix_init()
/qemu/tests/qtest/libqos/
H A Dpci.c284 table = qpci_config_readl(dev, addr + PCI_MSIX_TABLE); in qpci_msix_enable()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h328 #define PCI_MSIX_TABLE 4 /* Table offset */ macro
/qemu/hw/s390x/
H A Ds390-pci-bus.c919 table = pci_host_config_read_common(pbdev->pdev, pos + PCI_MSIX_TABLE, in s390_pci_msix_init()
/qemu/hw/vfio/
H A Dpci.c1612 ret = vfio_pci_config_space_read(vdev, pos + PCI_MSIX_TABLE, in vfio_msix_early_setup()