Home
last modified time | relevance | path

Searched refs:iommu_detected (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Diommu.h13 extern int iommu_detected;
19 #define iommu_detected (0) macro
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Ddma-mapping.c6 int iommu_detected __read_mostly;
H A Dpci-dma.c26 if (iommu_detected) in pci_iommu_init()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Diommu.h10 extern int iommu_detected;
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dpci-dma.c35 int iommu_detected __read_mostly = 0;
H A Daperture_64.c420 iommu_detected = 1; in gart_iommu_hole_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddmar.h135 extern int iommu_detected, no_iommu;
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Dinit.c664 if (!iommu_detected) in mem_init()
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Ddmar.c924 if (!ret && !no_iommu && !iommu_detected && in detect_intel_iommu()
926 iommu_detected = 1; in detect_intel_iommu()
/OK3568_Linux_fs/kernel/drivers/iommu/amd/
H A Dinit.c2987 if (no_iommu || (iommu_detected && !gart_iommu_aperture)) in amd_iommu_detect()
2998 iommu_detected = 1; in amd_iommu_detect()