Home
last modified time | relevance | path

Searched refs:dma_mmap_from_dev_coherent (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/kernel/dma/
Dops_helpers.c47 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in dma_common_mmap()
Dcoherent.c271 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma, in dma_mmap_from_dev_coherent() function
Ddirect.c567 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in dma_direct_mmap()
/linux-6.6.21/include/linux/
Ddma-map-ops.h179 int dma_mmap_from_dev_coherent(struct device *dev, struct vm_area_struct *vma,
190 #define dma_mmap_from_dev_coherent(dev, vma, vaddr, order, ret) (0) macro
/linux-6.6.21/drivers/iommu/
Ddma-iommu.c1545 if (dma_mmap_from_dev_coherent(dev, vma, cpu_addr, size, &ret)) in iommu_dma_mmap()