Searched refs:__iommu_dma_free_pages (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iommu/ |
H A D | dma-iommu.c | 507 static void __iommu_dma_free_pages(struct page **pages, int count) in __iommu_dma_free_pages() function 559 __iommu_dma_free_pages(pages, i); in __iommu_dma_alloc_pages() 656 __iommu_dma_free_pages(pages, count); in iommu_dma_alloc_remap() 975 __iommu_dma_free_pages(pages, count); in __iommu_dma_free()
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | dma-iommu.c | 771 static void __iommu_dma_free_pages(struct page **pages, int count) in __iommu_dma_free_pages() function 820 __iommu_dma_free_pages(pages, i); in __iommu_dma_alloc_pages() 905 __iommu_dma_free_pages(pages, count); in __iommu_dma_alloc_noncontiguous() 931 __iommu_dma_free_pages(pages, PAGE_ALIGN(size) >> PAGE_SHIFT); in iommu_dma_alloc_remap() 960 __iommu_dma_free_pages(sh->pages, PAGE_ALIGN(size) >> PAGE_SHIFT); in iommu_dma_free_noncontiguous() 1451 __iommu_dma_free_pages(pages, count); in __iommu_dma_free()
|
Completed in 5 milliseconds