Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/dma/
Dmapping.c520 if (!ops || !ops->alloc_noncoherent) { in dma_alloc_noncoherent()
530 vaddr = ops->alloc_noncoherent(dev, size, dma_handle, dir, gfp); in dma_alloc_noncoherent()
/kernel/linux/linux-5.10/include/linux/
Ddma-map-ops.h25 void *(*alloc_noncoherent)(struct device *dev, size_t size, member
/kernel/linux/linux-5.10/drivers/iommu/
Ddma-iommu.c1157 .alloc_noncoherent = iommu_dma_alloc_noncoherent,