Searched refs:PCI_CAP_FLAGS (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/pci/ |
H A D | pci_bridge.c | 474 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 D | pci.c | 1384 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 D | pci-quirks.c | 1518 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 D | pci.c | 126 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 D | pci_regs.h | 233 #define PCI_CAP_FLAGS 2 /* Capability defined flags (16 bits) */ macro
|
/qemu/hw/virtio/ |
H A D | virtio-pci.c | 1423 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 D | xen_pt_config_init.c | 1034 .offset = PCI_CAP_FLAGS,
|