Searched refs:dma_release_from_contiguous (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A 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
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dma-map-ops.h | 129 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 D | contiguous.c | 267 * 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 D | contiguous.c | 320 * 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 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()
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | dma-mapping.c | 413 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 D | iommu.c | 3733 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