Home
last modified time | relevance | path

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

/openbmc/qemu/hw/pci/
H A Dpci.c2695 PCIBus *iommu_bus = bus; in pci_device_get_iommu_bus_devfn() local
2698 while (iommu_bus && !iommu_bus->iommu_ops && iommu_bus->parent_dev) { in pci_device_get_iommu_bus_devfn()
2699 PCIBus *parent_bus = pci_get_bus(iommu_bus->parent_dev); in pci_device_get_iommu_bus_devfn()
2722 if (!pci_bus_is_express(iommu_bus)) { in pci_device_get_iommu_bus_devfn()
2723 PCIDevice *parent = iommu_bus->parent_dev; in pci_device_get_iommu_bus_devfn()
2728 bus = iommu_bus; in pci_device_get_iommu_bus_devfn()
2735 iommu_bus = parent_bus; in pci_device_get_iommu_bus_devfn()
2739 assert(iommu_bus); in pci_device_get_iommu_bus_devfn()
2741 if (pci_bus_bypass_iommu(bus) || !iommu_bus->iommu_ops) { in pci_device_get_iommu_bus_devfn()
2742 iommu_bus = NULL; in pci_device_get_iommu_bus_devfn()
[all …]