Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/
Ddma-iommu.c315 static bool dev_is_untrusted(struct device *dev) in dev_is_untrusted() function
573 if (IS_ENABLED(CONFIG_SWIOTLB) && dev_is_untrusted(dev) && in __iommu_dma_map_swiotlb()
797 if (dev_is_dma_coherent(dev) && !dev_is_untrusted(dev)) in iommu_dma_sync_single_for_cpu()
813 if (dev_is_dma_coherent(dev) && !dev_is_untrusted(dev)) in iommu_dma_sync_single_for_device()
831 if (dev_is_dma_coherent(dev) && !dev_is_untrusted(dev)) in iommu_dma_sync_sg_for_cpu()
851 if (dev_is_dma_coherent(dev) && !dev_is_untrusted(dev)) in iommu_dma_sync_sg_for_device()
1025 if (dev_is_untrusted(dev)) in iommu_dma_map_sg()
1103 if (dev_is_untrusted(dev)) { in iommu_dma_unmap_sg()