Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dmeson.build19 system_ss.add(when: 'CONFIG_PCI_EXPRESS', if_true: files('pcie_port.c', 'pcie_host.c'))
/qemu/hw/virtio/
H A Dvirtio-pci.c2136 bool pcie_port = pci_bus_is_express(pci_get_bus(pci_dev)) && in virtio_pci_realize() local
2185 proxy->disable_legacy = pcie_port ? ON_OFF_AUTO_ON : ON_OFF_AUTO_OFF; in virtio_pci_realize()
2196 if (pcie_port && pci_is_express(pci_dev)) { in virtio_pci_realize()
2266 bool pcie_port = pci_bus_is_express(pci_get_bus(pci_dev)) && in virtio_pci_exit() local
2270 if (proxy->flags & VIRTIO_PCI_FLAG_AER && pcie_port && in virtio_pci_exit()