Searched refs:dma_mmap_from_coherent (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/asm-generic/
H A 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.1.27/drivers/base/
H A Ddma-coherent.c232 * dma_mmap_from_coherent() - try to mmap the memory allocated from
246 int dma_mmap_from_coherent(struct device *dev, struct vm_area_struct *vma, dma_mmap_from_coherent() function
269 EXPORT_SYMBOL(dma_mmap_from_coherent); variable
H A Ddma-mapping.c258 if (dma_mmap_from_coherent(dev, vma, cpu_addr, size, &ret)) dma_common_mmap()
/linux-4.1.27/arch/arm64/mm/
H A Ddma-mapping.c317 if (dma_mmap_from_coherent(dev, vma, cpu_addr, size, &ret)) __dma_common_mmap()
/linux-4.1.27/arch/arm/mm/
H A Ddma-mapping.c709 if (dma_mmap_from_coherent(dev, vma, cpu_addr, size, &ret)) arm_dma_mmap()

Completed in 168 milliseconds