Searched refs:dma_mmap_from_global_coherent (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | dma-map-ops.h | 178 int dma_mmap_from_global_coherent(struct vm_area_struct *vma, void *cpu_addr, 202 static inline int dma_mmap_from_global_coherent(struct vm_area_struct *vma, in dma_mmap_from_global_coherent() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dma-map-ops.h | 198 int dma_mmap_from_global_coherent(struct vm_area_struct *vma, void *cpu_addr, 211 static inline int dma_mmap_from_global_coherent(struct vm_area_struct *vma, in dma_mmap_from_global_coherent() function
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | dma-mapping-nommu.c | 70 if (dma_mmap_from_global_coherent(vma, cpu_addr, size, &ret)) in arm_nommu_dma_mmap()
|
/kernel/linux/linux-5.10/kernel/dma/ |
H A D | coherent.c | 308 int dma_mmap_from_global_coherent(struct vm_area_struct *vma, void *vaddr, in dma_mmap_from_global_coherent() function
|
/kernel/linux/linux-6.6/kernel/dma/ |
H A D | coherent.c | 301 int dma_mmap_from_global_coherent(struct vm_area_struct *vma, void *vaddr, in dma_mmap_from_global_coherent() function
|
H A D | direct.c | 569 if (dma_mmap_from_global_coherent(vma, cpu_addr, size, &ret)) in dma_direct_mmap()
|
Completed in 5 milliseconds