Searched refs:iommu_default_passthrough (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Diommu.h807 extern bool iommu_default_passthrough(void);
1175 static inline bool iommu_default_passthrough(void) function
/linux-master/drivers/iommu/
H A Diommu.c201 if (iommu_default_passthrough() && cc_platform_has(CC_ATTR_MEM_ENCRYPT)) {
207 if (!iommu_default_passthrough() && !iommu_dma_strict)
215 if (!iommu_default_passthrough())
2801 bool iommu_default_passthrough(void) function
2805 EXPORT_SYMBOL_GPL(iommu_default_passthrough); variable
/linux-master/drivers/iommu/amd/
H A Dinit.c3237 if (no_iommu || iommu_default_passthrough()) {
H A Diommu.c520 if ((iommu_default_passthrough() || !amd_iommu_force_isolation) &&

Completed in 173 milliseconds