Home
last modified time | relevance | path

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

/qemu/hw/vfio/
H A Dpci.c1882 static void vfio_add_emulated_word(VFIOPCIDevice *vdev, int pos, in vfio_add_emulated_word() function
2035 vfio_add_emulated_word(vdev, pos + PCI_CAP_FLAGS, in vfio_setup_pcie_cap()
2042 vfio_add_emulated_word(vdev, pos + PCI_EXP_LNKCTL, 0, ~0); in vfio_setup_pcie_cap()
2043 vfio_add_emulated_word(vdev, pos + PCI_EXP_LNKSTA, 0, ~0); in vfio_setup_pcie_cap()
2054 vfio_add_emulated_word(vdev, pos + PCI_EXP_LNKCTL2, 0, ~0); in vfio_setup_pcie_cap()
2073 vfio_add_emulated_word(vdev, pos + PCI_CAP_FLAGS, in vfio_setup_pcie_cap()
2079 vfio_add_emulated_word(vdev, pos + PCI_EXP_LNKCTL, 0, ~0); in vfio_setup_pcie_cap()
2093 vfio_add_emulated_word(vdev, pos + PCI_CAP_FLAGS, in vfio_setup_pcie_cap()
3057 vfio_add_emulated_word(vdev, PCI_VENDOR_ID, vdev->vendor_id, ~0); in vfio_realize()
3068 vfio_add_emulated_word(vdev, PCI_DEVICE_ID, vdev->device_id, ~0); in vfio_realize()
[all …]