Lines Matching refs:dev_is_dma_coherent
675 bool coherent = dev_is_dma_coherent(dev); in __iommu_dma_alloc_noncontiguous()
797 if (dev_is_dma_coherent(dev) && !dev_is_untrusted(dev)) in iommu_dma_sync_single_for_cpu()
801 if (!dev_is_dma_coherent(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()
820 if (!dev_is_dma_coherent(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()
835 if (!dev_is_dma_coherent(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()
859 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_device()
869 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_map_page()
983 dev_is_dma_coherent(dev), dir, attrs); in iommu_dma_map_sg_swiotlb()
1010 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs); in iommu_dma_map_sg()
1177 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc_pages()
1214 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc()