Searched refs:dma_mmap_from_dev_coherent (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/kernel/dma/ |
| D | ops_helpers.c | 47 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in dma_common_mmap()
|
| D | coherent.c | 264 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, in dma_mmap_from_dev_coherent() function
|
| D | direct.c | 503 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in dma_direct_mmap()
|
| /Linux-v5.15/include/linux/ |
| D | dma-map-ops.h | 172 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, 182 #define dma_mmap_from_dev_coherent(dev, vma, vaddr, order, ret) (0) macro
|
| /Linux-v5.15/drivers/iommu/ |
| D | dma-iommu.c | 1256 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in iommu_dma_mmap()
|
| /Linux-v5.15/arch/arm/mm/ |
| D | dma-mapping.c | 769 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in __arm_dma_mmap()
|