Lines Matching refs:is_device_dma_coherent
146 bool coherent = is_device_dma_coherent(dev); in __dma_alloc()
197 if (!is_device_dma_coherent(dev)) { in __dma_free()
213 if (!is_device_dma_coherent(dev)) in __swiotlb_map_page()
224 if (!is_device_dma_coherent(dev)) in __swiotlb_unmap_page()
237 if (!is_device_dma_coherent(dev)) in __swiotlb_map_sg_attrs()
253 if (!is_device_dma_coherent(dev)) in __swiotlb_unmap_sg_attrs()
264 if (!is_device_dma_coherent(dev)) in __swiotlb_sync_single_for_cpu()
274 if (!is_device_dma_coherent(dev)) in __swiotlb_sync_single_for_device()
285 if (!is_device_dma_coherent(dev)) in __swiotlb_sync_sg_for_cpu()
300 if (!is_device_dma_coherent(dev)) in __swiotlb_sync_sg_for_device()
336 is_device_dma_coherent(dev)); in __swiotlb_mmap()