Home
last modified time | relevance | path

Searched refs:QEMU_PCI_CAP_EXPRESS (Results 1 – 10 of 10) 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/hw/usb/
H A Dhcd-xhci-pci.c196 PCI_DEVICE(obj)->cap_present |= QEMU_PCI_CAP_EXPRESS; in xhci_instance_init()
/openbmc/qemu/include/hw/pci/
H A Dpci_device.h191 return d->cap_present & QEMU_PCI_CAP_EXPRESS; in pci_is_express()
H A Dpci.h189 QEMU_PCI_CAP_EXPRESS = 0x4, enumerator
/openbmc/qemu/hw/xen/
H A Dxen_pt.c944 PCI_DEVICE(obj)->cap_present |= QEMU_PCI_CAP_EXPRESS; in xen_pci_passthrough_instance_init()
/openbmc/qemu/hw/virtio/
H A Dvirtio-pci.c2263 pci_dev->cap_present &= ~QEMU_PCI_CAP_EXPRESS; in virtio_pci_realize()
2392 pci_dev->cap_present |= QEMU_PCI_CAP_EXPRESS; in virtio_pci_dc_realize()
/openbmc/qemu/hw/scsi/
H A Dvmw_pvscsi.c1315 pci_dev->cap_present |= QEMU_PCI_CAP_EXPRESS; in pvscsi_realize()
/openbmc/qemu/hw/vfio/
H A Dpci.c2784 vdev->pdev.cap_present &= ~QEMU_PCI_CAP_EXPRESS; in vfio_populate_device()
3354 pci_dev->cap_present |= QEMU_PCI_CAP_EXPRESS; in vfio_instance_init()
/openbmc/qemu/hw/net/
H A Dvmxnet3.c2490 pci_dev->cap_present |= QEMU_PCI_CAP_EXPRESS; in vmxnet3_realize()
/openbmc/qemu/hw/pci/
H A Dpci.c2100 pci_dev->cap_present |= QEMU_PCI_CAP_EXPRESS; in pci_qdev_realize()