Searched refs:iommu_default_passthrough (Results 1 – 4 of 4) sorted by relevance
441 extern bool iommu_default_passthrough(void);750 static inline bool iommu_default_passthrough(void) in iommu_default_passthrough() function
123 if (iommu_default_passthrough() && mem_encrypt_active()) { in iommu_subsys_init()2270 bool iommu_default_passthrough(void) in iommu_default_passthrough() function2274 EXPORT_SYMBOL_GPL(iommu_default_passthrough);
439 if ((iommu_default_passthrough() || !amd_iommu_force_isolation) && in iommu_init_device()2886 swiotlb = (iommu_default_passthrough() || sme_me_mask) ? 1 : 0; in amd_iommu_init_dma_ops()
3310 if (iommu_default_passthrough()) in init_dmars()