Home
last modified time | relevance | path

Searched refs:iommu_default_passthrough (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Diommu.h463 extern bool iommu_default_passthrough(void);
786 static inline bool iommu_default_passthrough(void) in iommu_default_passthrough() function
/Linux-v5.10/drivers/iommu/
Diommu.c139 if (iommu_default_passthrough() && mem_encrypt_active()) { in iommu_subsys_init()
2763 bool iommu_default_passthrough(void) in iommu_default_passthrough() function
2767 EXPORT_SYMBOL_GPL(iommu_default_passthrough);
/Linux-v5.10/drivers/iommu/amd/
Diommu.c395 if ((iommu_default_passthrough() || !amd_iommu_force_isolation) && in iommu_init_device()
2364 swiotlb = (iommu_default_passthrough() || sme_me_mask) ? 1 : 0; in amd_iommu_init_dma_ops()