iommu_default_passthrough
if (no_iommu || iommu_default_passthrough()) {
if ((iommu_default_passthrough() || !amd_iommu_force_isolation) &&
if (iommu_default_passthrough() && cc_platform_has(CC_ATTR_MEM_ENCRYPT)) {
if (!iommu_default_passthrough() && !iommu_dma_strict)
if (!iommu_default_passthrough())
EXPORT_SYMBOL_GPL(iommu_default_passthrough);
extern bool iommu_default_passthrough(void);