Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/mm/
Ddma-mapping.c100 bool coherent = is_device_dma_coherent(dev); in __dma_alloc()
149 if (!is_device_dma_coherent(dev)) { in __dma_free()
165 if (!is_device_dma_coherent(dev) && in __swiotlb_map_page()
177 if (!is_device_dma_coherent(dev) && in __swiotlb_unmap_page()
191 if (!is_device_dma_coherent(dev) && in __swiotlb_map_sg_attrs()
208 if (!is_device_dma_coherent(dev) && in __swiotlb_unmap_sg_attrs()
220 if (!is_device_dma_coherent(dev)) in __swiotlb_sync_single_for_cpu()
230 if (!is_device_dma_coherent(dev)) in __swiotlb_sync_single_for_device()
241 if (!is_device_dma_coherent(dev)) in __swiotlb_sync_sg_for_cpu()
256 if (!is_device_dma_coherent(dev)) in __swiotlb_sync_sg_for_device()
[all …]
/Linux-v4.19/arch/arm/xen/
Dmm.c103 if (is_device_dma_coherent(hwdev)) in __xen_dma_map_page()
116 if (is_device_dma_coherent(hwdev)) in __xen_dma_unmap_page()
127 if (is_device_dma_coherent(hwdev)) in __xen_dma_sync_single_for_cpu()
135 if (is_device_dma_coherent(hwdev)) in __xen_dma_sync_single_for_device()
163 !is_device_dma_coherent(dev)); in xen_arch_need_swiotlb()
/Linux-v4.19/arch/arm64/include/asm/
Ddma-mapping.h48 static inline bool is_device_dma_coherent(struct device *dev) in is_device_dma_coherent() function
/Linux-v4.19/arch/arm/include/asm/
Ddma-mapping.h107 static inline bool is_device_dma_coherent(struct device *dev) in is_device_dma_coherent() function