Lines Matching refs:dev_is_dma_coherent
796 bool coherent = dev_is_dma_coherent(dev); in __iommu_dma_alloc_noncontiguous()
925 if (dev_is_dma_coherent(dev) && !dev_use_swiotlb(dev)) in iommu_dma_sync_single_for_cpu()
929 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_cpu()
941 if (dev_is_dma_coherent(dev) && !dev_use_swiotlb(dev)) in iommu_dma_sync_single_for_device()
948 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_device()
963 else if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_cpu()
980 else if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_device()
990 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_map_page()
1049 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC) && !dev_is_dma_coherent(dev)) in iommu_dma_unmap_page()
1198 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs); in iommu_dma_map_sg()
1416 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc_pages()
1453 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc()