Home
last modified time | relevance | path

Searched refs:dma_mmap_from_global_coherent (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/include/linux/
Ddma-map-ops.h189 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
/linux-5.19.10/kernel/dma/
Dcoherent.c293 int dma_mmap_from_global_coherent(struct vm_area_struct *vma, void *vaddr, in dma_mmap_from_global_coherent() function
Ddirect.c539 if (dma_mmap_from_global_coherent(vma, cpu_addr, size, &ret)) in dma_direct_mmap()