Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Diommu.h496 extern bool iommu_default_passthrough(void);
846 static inline bool iommu_default_passthrough(void) in iommu_default_passthrough() function
/openbmc/linux/drivers/iommu/
H A Diommu.c202 if (iommu_default_passthrough() && cc_platform_has(CC_ATTR_MEM_ENCRYPT)) { in iommu_subsys_init()
208 if (!iommu_default_passthrough() && !iommu_dma_strict) in iommu_subsys_init()
216 if (!iommu_default_passthrough()) in iommu_subsys_init()
2819 bool iommu_default_passthrough(void) in iommu_default_passthrough() function
2823 EXPORT_SYMBOL_GPL(iommu_default_passthrough);
/openbmc/linux/drivers/iommu/amd/
H A Dinit.c2151 } else if (iommu_default_passthrough()) { in iommu_init_pci()
3824 if (no_iommu || iommu_default_passthrough()) { in amd_iommu_snp_enable()
H A Diommu.c401 if ((iommu_default_passthrough() || !amd_iommu_force_isolation) && in iommu_init_device()