Home
last modified time | relevance | path

Searched refs:dma_release_from_contiguous (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A 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
/kernel/linux/linux-6.6/include/linux/
H A Ddma-map-ops.h129 bool dma_release_from_contiguous(struct device *dev, struct page *pages,
154 static inline bool dma_release_from_contiguous(struct device *dev, in dma_release_from_contiguous() function
/kernel/linux/linux-5.10/kernel/dma/
H A Dcontiguous.c267 * dma_release_from_contiguous() - release allocated pages
276 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous() function
/kernel/linux/linux-6.6/kernel/dma/
H A Dcontiguous.c320 * dma_release_from_contiguous() - release allocated pages
329 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous() function
/kernel/linux/linux-5.10/arch/arm/mm/
H A 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()
/kernel/linux/linux-6.6/arch/arm/mm/
H A Ddma-mapping.c413 dma_release_from_contiguous(dev, page, count); in __alloc_from_contiguous()
435 dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT); in __free_from_contiguous()
950 dma_release_from_contiguous(dev, pages[0], count); in __iommu_free_buffer()
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Diommu.c3733 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in intel_alloc_coherent()
3749 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in intel_free_coherent()

Completed in 18 milliseconds