Searched refs:iommu_detected (Results 1 – 10 of 10) sorted by relevance
13 extern int iommu_detected;19 #define iommu_detected (0) macro
6 int iommu_detected __read_mostly;
26 if (iommu_detected) in pci_iommu_init()
10 extern int iommu_detected;
35 int iommu_detected __read_mostly = 0;
430 iommu_detected = 1; in gart_iommu_hole_init()
143 extern int iommu_detected, no_iommu;
437 if (iommu_detected) in mem_init()
929 if (!ret && !no_iommu && !iommu_detected && in detect_intel_iommu()931 iommu_detected = 1; in detect_intel_iommu()
3066 if (no_iommu || (iommu_detected && !gart_iommu_aperture)) in amd_iommu_detect()3077 iommu_detected = 1; in amd_iommu_detect()
Completed in 22 milliseconds