Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddma-contiguous.h116 bool dma_release_from_contiguous(struct device *dev, struct page *pages,
154 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous() function
/linux-4.1.27/arch/x86/kernel/
Dpci-dma.c107 dma_release_from_contiguous(dev, page, count); in dma_generic_alloc_coherent()
139 if (!dma_release_from_contiguous(dev, page, count)) in dma_generic_free_coherent()
/linux-4.1.27/drivers/base/
Ddma-contiguous.c209 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous() function
/linux-4.1.27/arch/arm64/mm/
Ddma-mapping.c133 freed = dma_release_from_contiguous(dev, in __dma_free_coherent()
409 if (!dma_release_from_contiguous(NULL, page, nr_pages)) in atomic_pool_init()
/linux-4.1.27/arch/mips/mm/
Ddma-default.c193 if (!dma_release_from_contiguous(dev, page, count)) in mips_dma_free_coherent()
/linux-4.1.27/arch/arm/mm/
Ddma-mapping.c548 dma_release_from_contiguous(dev, page, count); in __alloc_from_contiguous()
570 dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT); in __free_from_contiguous()
1208 dma_release_from_contiguous(dev, pages[0], count); in __iommu_free_buffer()
/linux-4.1.27/drivers/iommu/
Dintel-iommu.c3276 dma_release_from_contiguous(dev, page, count); in intel_alloc_coherent()
3292 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in intel_alloc_coherent()
3308 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in intel_free_coherent()
Damd_iommu.c2973 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in alloc_coherent()
3008 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in free_coherent()