Searched refs:dev_is_dma_coherent (Results 1 – 8 of 8) sorted by relevance
179 !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 …]
62 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()
697 if (!dev_is_dma_coherent(dev) && !(attrs & DMA_ATTR_SKIP_CPU_SYNC)) in swiotlb_map()
412 if (dev_is_dma_coherent(dev)) in dma_pgprot()
610 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 …]
400 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()
118 !dev_is_dma_coherent(dev)); in xen_arch_need_swiotlb()
253 static inline bool dev_is_dma_coherent(struct device *dev) in dev_is_dma_coherent() function258 static inline bool dev_is_dma_coherent(struct device *dev) in dev_is_dma_coherent() function
Completed in 25 milliseconds