Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dpci_bridge.c474 memcpy(dev->config + offset + PCI_CAP_FLAGS, in pci_bridge_qemu_reserve_cap_init()
475 (char *)&cap + PCI_CAP_FLAGS, in pci_bridge_qemu_reserve_cap_init()
476 cap_len - PCI_CAP_FLAGS); in pci_bridge_qemu_reserve_cap_init()
/qemu/hw/vfio/
H A Dpci.c1384 ret = vfio_pci_config_space_read(vdev, pos + PCI_CAP_FLAGS, in vfio_msi_setup()
2028 flags = pci_get_word(vdev->pdev.config + pos + PCI_CAP_FLAGS); in vfio_setup_pcie_cap()
2079 vfio_add_emulated_word(vdev, pos + PCI_CAP_FLAGS, in vfio_setup_pcie_cap()
2117 vfio_add_emulated_word(vdev, pos + PCI_CAP_FLAGS, in vfio_setup_pcie_cap()
2137 vfio_add_emulated_word(vdev, pos + PCI_CAP_FLAGS, in vfio_setup_pcie_cap()
H A Dpci-quirks.c1518 pos += PCI_CAP_FLAGS; in vfio_add_nv_gpudirect_cap()
1576 pos += PCI_CAP_FLAGS; in vfio_add_vmd_shadow_cap()
/qemu/tests/qtest/libqos/
H A Dpci.c126 uint8_t cap_len = qpci_config_readb(dev, cap + PCI_CAP_FLAGS); in qpci_find_resource_reserve_capability()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h233 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */ macro
/qemu/hw/virtio/
H A Dvirtio-pci.c1423 memcpy(dev->config + offset + PCI_CAP_FLAGS, &cap->cap_len, in virtio_pci_add_mem_cap()
1424 cap->cap_len - PCI_CAP_FLAGS); in virtio_pci_add_mem_cap()
/qemu/hw/xen/
H A Dxen_pt_config_init.c1034 .offset = PCI_CAP_FLAGS,