Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dbochs-display.c308 dev->cap_present &= ~QEMU_PCI_CAP_EXPRESS; in bochs_display_realize()
338 dev->cap_present |= QEMU_PCI_CAP_EXPRESS; in bochs_display_init()
/openbmc/qemu/include/hw/pci/
H A Dpci_device.h199 return d->cap_present & QEMU_PCI_CAP_EXPRESS; in pci_is_express()
H A Dpci.h202 QEMU_PCI_CAP_EXPRESS = 0x4, enumerator
/openbmc/qemu/hw/usb/
H A Dhcd-xhci-pci.c214 PCI_DEVICE(obj)->cap_present |= QEMU_PCI_CAP_EXPRESS; in xhci_instance_init()
/openbmc/qemu/hw/vfio-user/
H A Dpci.c367 pci_dev->cap_present |= QEMU_PCI_CAP_EXPRESS; in vfio_user_instance_init()
/openbmc/qemu/hw/xen/
H A Dxen_pt.c1004 PCI_DEVICE(obj)->cap_present |= QEMU_PCI_CAP_EXPRESS; in xen_pci_passthrough_instance_init()
/openbmc/qemu/hw/scsi/
H A Dvmw_pvscsi.c1272 PCI_DEVICE(obj)->cap_present |= QEMU_PCI_CAP_EXPRESS; in pvscsi_instance_init()
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c2277 pci_dev->cap_present &= ~QEMU_PCI_CAP_EXPRESS; in virtio_pci_realize()
2401 pci_dev->cap_present |= QEMU_PCI_CAP_EXPRESS; in virtio_pci_dc_realize()
/openbmc/qemu/hw/vfio/
H A Dpci.c2973 vdev->pdev.cap_present &= ~QEMU_PCI_CAP_EXPRESS; in vfio_pci_populate_device()
3606 pci_dev->cap_present |= QEMU_PCI_CAP_EXPRESS; in vfio_instance_init()
/openbmc/qemu/hw/net/
H A Dvmxnet3.c2240 PCI_DEVICE(obj)->cap_present |= QEMU_PCI_CAP_EXPRESS; in vmxnet3_instance_init()
/openbmc/qemu/hw/pci/
H A Dpci.c2261 pci_dev->cap_present |= QEMU_PCI_CAP_EXPRESS; in pci_qdev_realize()