Searched refs:dma_mmap_from_dev_coherent (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/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 | 292 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, in dma_mmap_from_dev_coherent() function
|
D | direct.c | 459 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in dma_direct_mmap()
|
/kernel/linux/linux-5.10/include/linux/ |
D | dma-map-ops.h | 171 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, 188 #define dma_mmap_from_dev_coherent(dev, vma, vaddr, order, ret) (0) macro
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | dma-mapping-nommu.c | 72 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in arm_nommu_dma_mmap()
|
D | dma-mapping.c | 769 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in __arm_dma_mmap()
|
/kernel/linux/linux-5.10/drivers/iommu/ |
D | dma-iommu.c | 1097 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in iommu_dma_mmap()
|