赞
踩
PassthroughConfigname: CONFIG_IOMMU_DEFAULT_PASSTHROUGH default domain type
L->Passthrough
In linux kernel since version 3.10 (release Date:2013-06-30)
Trusted devices are identity-mapped, giving them unrestricted accessto memory with minimal performance overhead. Equivalent to passing"iommu.passthrough=1" (historically “iommu=pt”) on the command line.
If this mode is not supported by the lOMMU driver, the effectiveruntime default will fall back tO IOMMU DEFAULT DMA STRICT
./drivers/iommu/Kconfig:140: "iommu.passthrough=1" (historically "iommu=pt") on the command line.
iommu=pt
和iommu.passthrough=1
是一样的。
arch/x86/kernel/pci-dma.c:189:early_param(“iommu”, iommu_setup);
176 if (!strncmp(p, "pt", 2))
177 iommu_set_
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。