Home
last modified time | relevance | path

Searched refs:dev_is_dma_coherent (Results 1 – 8 of 8) sorted by relevance

/linux/kernel/dma/
A Ddirect.c179 !dev_is_dma_coherent(dev) && in dma_direct_alloc()
184 !dev_is_dma_coherent(dev)) in dma_direct_alloc()
198 !dev_is_dma_coherent(dev))) && in dma_direct_alloc()
208 !dev_is_dma_coherent(dev)) || in dma_direct_alloc()
251 !dev_is_dma_coherent(dev)) { in dma_direct_alloc()
289 !dev_is_dma_coherent(dev) && in dma_direct_free()
296 !dev_is_dma_coherent(dev)) { in dma_direct_free()
390 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_sg_for_device()
409 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_sg_for_cpu()
420 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_sg_for_cpu()
[all …]
A Ddirect.h62 if (!dev_is_dma_coherent(dev)) in dma_direct_sync_single_for_device()
71 if (!dev_is_dma_coherent(dev)) { in dma_direct_sync_single_for_cpu()
103 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in dma_direct_map_page()
A Dswiotlb.c697 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in swiotlb_map()
A Dmapping.c412 if (dev_is_dma_coherent(dev)) in dma_pgprot()
/linux/drivers/iommu/
A Ddma-iommu.c610 bool coherent = dev_is_dma_coherent(dev); in __iommu_dma_alloc_noncontiguous()
732 if (dev_is_dma_coherent(dev) && !dev_use_swiotlb(dev)) in iommu_dma_sync_single_for_cpu()
736 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_cpu()
748 if (dev_is_dma_coherent(dev) && !dev_use_swiotlb(dev)) in iommu_dma_sync_single_for_device()
755 if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_single_for_device()
770 else if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_cpu()
787 else if (!dev_is_dma_coherent(dev)) in iommu_dma_sync_sg_for_device()
797 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_map_page()
981 int prot = dma_info_to_prot(dir, dev_is_dma_coherent(dev), attrs); in iommu_dma_map_sg()
1149 bool coherent = dev_is_dma_coherent(dev); in iommu_dma_alloc_pages()
[all …]
/linux/drivers/xen/
A Dswiotlb-xen.c400 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in xen_swiotlb_map_page()
424 if (!dev_is_dma_coherent(hwdev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) { in xen_swiotlb_unmap_page()
442 if (!dev_is_dma_coherent(dev)) { in xen_swiotlb_sync_single_for_cpu()
462 if (!dev_is_dma_coherent(dev)) { in xen_swiotlb_sync_single_for_device()
/linux/arch/arm/xen/
A Dmm.c118 !dev_is_dma_coherent(dev)); in xen_arch_need_swiotlb()
/linux/include/linux/
A Ddma-map-ops.h253 static inline bool dev_is_dma_coherent(struct device *dev) in dev_is_dma_coherent() function
258 static inline bool dev_is_dma_coherent(struct device *dev) in dev_is_dma_coherent() function

Completed in 25 milliseconds