Home
last modified time | relevance | path

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

/Linux-v5.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()
/Linux-v5.10/include/linux/
Ddma-map-ops.h25 void *(*alloc_noncoherent)(struct device *dev, size_t size, member
/Linux-v5.10/drivers/iommu/
Ddma-iommu.c1155 .alloc_noncoherent = iommu_dma_alloc_noncoherent,