Searched refs:is_device_dma_coherent (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/arm64/mm/
H A Ddma-mapping.c146 bool coherent = is_device_dma_coherent(dev); __dma_alloc()
197 if (!is_device_dma_coherent(dev)) { __dma_free()
213 if (!is_device_dma_coherent(dev)) __swiotlb_map_page()
224 if (!is_device_dma_coherent(dev)) __swiotlb_unmap_page()
237 if (!is_device_dma_coherent(dev)) __swiotlb_map_sg_attrs()
253 if (!is_device_dma_coherent(dev)) __swiotlb_unmap_sg_attrs()
264 if (!is_device_dma_coherent(dev)) __swiotlb_sync_single_for_cpu()
274 if (!is_device_dma_coherent(dev)) __swiotlb_sync_single_for_device()
285 if (!is_device_dma_coherent(dev)) __swiotlb_sync_sg_for_cpu()
300 if (!is_device_dma_coherent(dev)) __swiotlb_sync_sg_for_device()
336 is_device_dma_coherent(dev)); __swiotlb_mmap()
/linux-4.1.27/arch/arm/xen/
H A Dmm.c103 if (is_device_dma_coherent(hwdev)) __xen_dma_map_page()
116 if (is_device_dma_coherent(hwdev)) __xen_dma_unmap_page()
127 if (is_device_dma_coherent(hwdev)) __xen_dma_sync_single_for_cpu()
135 if (is_device_dma_coherent(hwdev)) __xen_dma_sync_single_for_device()
144 return (!hypercall_cflush && (pfn != mfn) && !is_device_dma_coherent(dev)); xen_arch_need_swiotlb()
/linux-4.1.27/arch/arm64/include/asm/
H A Ddma-mapping.h56 static inline bool is_device_dma_coherent(struct device *dev) is_device_dma_coherent() function
/linux-4.1.27/arch/arm/include/asm/
H A Ddma-mapping.h132 static inline bool is_device_dma_coherent(struct device *dev) is_device_dma_coherent() function

Completed in 258 milliseconds