Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Diommu.h441 extern bool iommu_default_passthrough(void);
750 static inline bool iommu_default_passthrough(void) in iommu_default_passthrough() function
/Linux-v5.4/drivers/iommu/
Diommu.c123 if (iommu_default_passthrough() && mem_encrypt_active()) { in iommu_subsys_init()
2270 bool iommu_default_passthrough(void) in iommu_default_passthrough() function
2274 EXPORT_SYMBOL_GPL(iommu_default_passthrough);
Damd_iommu.c439 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()
Dintel-iommu.c3310 if (iommu_default_passthrough()) in init_dmars()