Searched refs:dma_release_from_contiguous (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/include/linux/ |
D | dma-map-ops.h | 116 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/ |
D | contiguous.c | 276 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous() function
|
/Linux-v5.10/arch/arm/mm/ |
D | dma-mapping.c | 542 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/ |
D | iommu.c | 3637 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()
|