Home
last modified time | relevance | path

Searched refs:dma_mmap_from_coherent (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/asm-generic/
Ddma-coherent.h13 int dma_mmap_from_coherent(struct device *dev, struct vm_area_struct *vma,
29 #define dma_mmap_from_coherent(dev, vma, vaddr, order, ret) (0) macro
/linux-4.4.14/drivers/base/
Ddma-coherent.c246 int dma_mmap_from_coherent(struct device *dev, struct vm_area_struct *vma, in dma_mmap_from_coherent() function
269 EXPORT_SYMBOL(dma_mmap_from_coherent);
Ddma-mapping.c258 if (dma_mmap_from_coherent(dev, vma, cpu_addr, size, &ret)) in dma_common_mmap()
/linux-4.4.14/arch/mips/mm/
Ddma-default.c221 if (dma_mmap_from_coherent(dev, vma, cpu_addr, size, &ret)) in mips_dma_mmap()
/linux-4.4.14/arch/arm64/mm/
Ddma-mapping.c318 if (dma_mmap_from_coherent(dev, vma, cpu_addr, size, &ret)) in __swiotlb_mmap()
644 if (dma_mmap_from_coherent(dev, vma, cpu_addr, size, &ret)) in __iommu_mmap_attrs()
/linux-4.4.14/arch/arm/mm/
Ddma-mapping.c702 if (dma_mmap_from_coherent(dev, vma, cpu_addr, size, &ret)) in __arm_dma_mmap()