Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Diommu.h491 extern bool iommu_default_passthrough(void);
844 static inline bool iommu_default_passthrough(void) in iommu_default_passthrough() function
/linux-6.3-rc2/drivers/iommu/
A Diommu.c165 if (iommu_default_passthrough() && cc_platform_has(CC_ATTR_MEM_ENCRYPT)) { in iommu_subsys_init()
171 if (!iommu_default_passthrough() && !iommu_dma_strict) in iommu_subsys_init()
179 if (!iommu_default_passthrough()) in iommu_subsys_init()
2704 bool iommu_default_passthrough(void) in iommu_default_passthrough() function
2708 EXPORT_SYMBOL_GPL(iommu_default_passthrough);
/linux-6.3-rc2/drivers/iommu/amd/
A Dinit.c2074 } else if (iommu_default_passthrough()) { in iommu_init_pci()
3675 if (no_iommu || iommu_default_passthrough()) { in amd_iommu_snp_enable()
A Diommu.c401 if ((iommu_default_passthrough() || !amd_iommu_force_isolation) && in iommu_init_device()

Completed in 29 milliseconds