Lines Matching refs:dev_is_dma_coherent
796 bool coherent = dev_is_dma_coherent(dev); in __iommu_dma_alloc_noncontiguous()
917 if (dev_is_dma_coherent(dev) && !dev_use_swiotlb(dev)) in iommu_dma_sync_single_for_cpu()
921 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_cpu()
933 if (dev_is_dma_coherent(dev) && !dev_use_swiotlb(dev)) in iommu_dma_sync_single_for_device()
940 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_device()
955 else if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_cpu()
972 else if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_device()
982 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_map_page()
1041 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC) && !dev_is_dma_coherent(dev)) in iommu_dma_unmap_page()
1190 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs); in iommu_dma_map_sg()
1408 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc_pages()
1445 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc()