Lines Matching refs:dev_is_dma_coherent
840 bool coherent = dev_is_dma_coherent(dev); in __iommu_dma_alloc_noncontiguous()
969 if (dev_is_dma_coherent(dev) && !dev_use_swiotlb(dev, size, dir)) in iommu_dma_sync_single_for_cpu()
973 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_cpu()
985 if (dev_is_dma_coherent(dev) && !dev_use_swiotlb(dev, size, dir)) in iommu_dma_sync_single_for_device()
992 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_device()
1007 else if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_cpu()
1024 else if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_device()
1034 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_map_page()
1094 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC) && !dev_is_dma_coherent(dev)) in iommu_dma_unmap_page()
1245 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs); in iommu_dma_map_sg()
1463 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc_pages()
1500 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc()