Home
last modified time | relevance | path

Searched refs:dma_release_from_contiguous (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Ddma-map-ops.h116 bool dma_release_from_contiguous(struct device *dev, struct page *pages,
141 static inline bool dma_release_from_contiguous(struct device *dev, in dma_release_from_contiguous() function
/Linux-v5.10/kernel/dma/
Dcontiguous.c276 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous() function
/Linux-v5.10/arch/arm/mm/
Ddma-mapping.c542 dma_release_from_contiguous(dev, page, count); in __alloc_from_contiguous()
564 dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT); in __free_from_contiguous()
1295 dma_release_from_contiguous(dev, pages[0], count); in __iommu_free_buffer()
/Linux-v5.10/drivers/iommu/intel/
Diommu.c3637 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in intel_alloc_coherent()
3653 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in intel_free_coherent()