Searched refs:bypass_iommu (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/docs/ |
H A D | bypass-iommu.txt | 13 PCI host bridges have a bypass_iommu property. This property is used to 15 virtual iommu. The bypass_iommu property is valid only when there is a 17 bypass vIOMMU. When bypass_iommu property is not set for a host bridge, 23 bridge, we add a bypass_iommu property for PXB and default_bus_bypass_iommu 31 qemu -device pxb-pcie,bus_nr=0x10,addr=0x1,bypass_iommu=true 43 -device pxb-pcie,bus_nr=0x20,id=pci.20,bus=pcie.0,addr=0x3.0x2,bypass_iommu=true \ 56 -device pxb-pcie,bus_nr=0x20,id=pci.20,bus=pcie.0,addr=0x4,bypass_iommu=true \
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_host.h | 48 bool bypass_iommu; member
|
H A D | pci_bridge.h | 99 bool bypass_iommu; member
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | pci_expander_bridge.c | 379 PCI_HOST_BRIDGE(ds)->bypass_iommu = pxb->bypass_iommu; in pxb_dev_realize_common() 427 DEFINE_PROP_BOOL("bypass_iommu", PXBDev, bypass_iommu, false),
|
/openbmc/qemu/hw/pci/ |
H A D | pci_host.c | 246 DEFINE_PROP_BOOL(PCI_HOST_BYPASS_IOMMU, PCIHostState, bypass_iommu, false),
|
H A D | pci.c | 520 return host_bridge->bypass_iommu; in pci_bus_bypass_iommu()
|
/openbmc/qemu/hw/arm/ |
H A D | virt.c | 1557 pci->bypass_iommu = vms->default_bus_bypass_iommu; in create_pcie()
|