Searched refs:is_device_dma_coherent (Results 1 – 4 of 4) sorted by relevance
144 bool coherent = is_device_dma_coherent(dev); in __dma_alloc()194 if (!is_device_dma_coherent(dev)) { in __dma_free()210 if (!is_device_dma_coherent(dev)) in __swiotlb_map_page()221 if (!is_device_dma_coherent(dev)) in __swiotlb_unmap_page()234 if (!is_device_dma_coherent(dev)) in __swiotlb_map_sg_attrs()250 if (!is_device_dma_coherent(dev)) in __swiotlb_unmap_sg_attrs()261 if (!is_device_dma_coherent(dev)) in __swiotlb_sync_single_for_cpu()271 if (!is_device_dma_coherent(dev)) in __swiotlb_sync_single_for_device()282 if (!is_device_dma_coherent(dev)) in __swiotlb_sync_sg_for_cpu()297 if (!is_device_dma_coherent(dev)) in __swiotlb_sync_sg_for_device()[all …]
103 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()
60 static inline bool is_device_dma_coherent(struct device *dev) in is_device_dma_coherent() function
134 static inline bool is_device_dma_coherent(struct device *dev) in is_device_dma_coherent() function