Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpci_host.h34 #define PCI_HOST_BYPASS_IOMMU "bypass-iommu" macro
/openbmc/qemu/hw/pci/
H A Dpci_host.c246 DEFINE_PROP_BOOL(PCI_HOST_BYPASS_IOMMU, PCIHostState, bypass_iommu, false),
/openbmc/qemu/hw/i386/
H A Dpc_q35.c220 object_property_set_bool(phb, PCI_HOST_BYPASS_IOMMU, in pc_q35_init()