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;
38 int iommu_detected __read_mostly = 0;
430 iommu_detected = 1; in gart_iommu_hole_init()
140 extern int iommu_detected, no_iommu;
437 if (iommu_detected) in mem_init()
931 if (!ret && !no_iommu && !iommu_detected && in detect_intel_iommu()933 iommu_detected = 1; in detect_intel_iommu()
3325 if (no_iommu || (iommu_detected && !gart_iommu_aperture)) in amd_iommu_detect()3336 iommu_detected = 1; in amd_iommu_detect()
Completed in 17 milliseconds