iommu_detected     11 arch/ia64/include/asm/iommu.h extern int iommu_detected;
iommu_detected      6 arch/ia64/kernel/dma-mapping.c int iommu_detected __read_mostly;
iommu_detected     26 arch/ia64/kernel/pci-dma.c 	if (iommu_detected)
iommu_detected    641 arch/ia64/mm/init.c 	if (!iommu_detected)
iommu_detected      6 arch/x86/include/asm/iommu.h extern int iommu_detected;
iommu_detected    420 arch/x86/kernel/aperture_64.c 			iommu_detected = 1;
iommu_detected   1366 arch/x86/kernel/pci-calgary_64.c 	if (no_iommu || iommu_detected)
iommu_detected   1444 arch/x86/kernel/pci-calgary_64.c 		iommu_detected = 1;
iommu_detected     36 arch/x86/kernel/pci-dma.c int iommu_detected __read_mostly = 0;
iommu_detected   2874 drivers/iommu/amd_iommu.c 	iommu_detected = 1;
iommu_detected   2915 drivers/iommu/amd_iommu_init.c 	if (no_iommu || (iommu_detected && !gart_iommu_aperture))
iommu_detected   2926 drivers/iommu/amd_iommu_init.c 	iommu_detected = 1;
iommu_detected    901 drivers/iommu/dmar.c 	if (!ret && !no_iommu && !iommu_detected && !dmar_disabled) {
iommu_detected    902 drivers/iommu/dmar.c 		iommu_detected = 1;
iommu_detected    134 include/linux/dmar.h extern int iommu_detected, no_iommu;