Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Ddma-contiguous.h113 bool dma_release_from_contiguous(struct device *dev, struct page *pages,
153 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous() function
/Linux-v5.4/arch/xtensa/kernel/
Dpci-dma.c174 if (!dma_release_from_contiguous(dev, page, count)) in arch_dma_alloc()
200 if (!dma_release_from_contiguous(dev, page, count)) in arch_dma_free()
/Linux-v5.4/kernel/dma/
Dcontiguous.c211 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous() function
Dremap.c167 if (!dma_release_from_contiguous(NULL, page, nr_pages)) in dma_atomic_pool_init()
/Linux-v5.4/arch/arm/mm/
Ddma-mapping.c567 dma_release_from_contiguous(dev, page, count); in __alloc_from_contiguous()
589 dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT); in __free_from_contiguous()
1334 dma_release_from_contiguous(dev, pages[0], count); in __iommu_free_buffer()
/Linux-v5.4/drivers/iommu/
Damd_iommu.c2749 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in alloc_coherent()
2778 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in free_coherent()
Dintel-iommu.c3674 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in intel_alloc_coherent()
3693 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in intel_free_coherent()