Lines Matching refs:dev_is_dma_coherent
930 bool coherent = dev_is_dma_coherent(dev); in __iommu_dma_alloc_noncontiguous()
1089 if (dev_is_dma_coherent(dev) && !dev_use_swiotlb(dev, size, dir)) in iommu_dma_sync_single_for_cpu()
1093 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_cpu()
1104 if (dev_is_dma_coherent(dev) && !dev_use_swiotlb(dev, size, dir)) in iommu_dma_sync_single_for_device()
1110 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_device()
1124 else if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_cpu()
1140 else if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_device()
1198 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_map_page()
1235 if (!(attrs & DMA_ATTR_SKIP_CPU_SYNC) && !dev_is_dma_coherent(dev)) in iommu_dma_unmap_page()
1385 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs); in iommu_dma_map_sg()
1604 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc_pages()
1641 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc()
1840 bool coherent = dev_is_dma_coherent(dev); in __dma_iova_link()
2009 if (!dev_is_dma_coherent(dev) && in iommu_dma_iova_unlink_range_slow()
2034 (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC))) in __iommu_dma_iova_unlink()