Searched refs:dma_mmap_from_dev_coherent (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/arm/mm/ |
| D | dma-mapping-nommu.c | 71 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in arm_nommu_dma_mmap()
|
| D | dma-mapping.c | 797 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in __arm_dma_mmap()
|
| /Linux-v5.4/kernel/dma/ |
| D | coherent.c | 272 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, in dma_mmap_from_dev_coherent() function
|
| D | mapping.c | 200 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in dma_common_mmap()
|
| /Linux-v5.4/include/linux/ |
| D | dma-mapping.h | 162 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, 173 #define dma_mmap_from_dev_coherent(dev, vma, vaddr, order, ret) (0) macro
|
| /Linux-v5.4/drivers/iommu/ |
| D | dma-iommu.c | 1039 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in iommu_dma_mmap()
|