Searched refs:dma_release_from_contiguous (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/include/linux/ |
D | dma-contiguous.h | 116 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.4.14/arch/x86/kernel/ |
D | pci-dma.c | 96 dma_release_from_contiguous(dev, page, count); in dma_generic_alloc_coherent() 128 if (!dma_release_from_contiguous(dev, page, count)) in dma_generic_free_coherent()
|
/linux-4.4.14/drivers/base/ |
D | dma-contiguous.c | 209 bool dma_release_from_contiguous(struct device *dev, struct page *pages, in dma_release_from_contiguous() function
|
/linux-4.4.14/arch/mips/mm/ |
D | dma-default.c | 196 if (!dma_release_from_contiguous(dev, page, count)) in mips_dma_free_coherent()
|
/linux-4.4.14/arch/arm64/mm/ |
D | dma-mapping.c | 131 freed = dma_release_from_contiguous(dev, in __dma_free_coherent() 414 if (!dma_release_from_contiguous(NULL, page, nr_pages)) in atomic_pool_init()
|
/linux-4.4.14/arch/arm/mm/ |
D | dma-mapping.c | 552 dma_release_from_contiguous(dev, page, count); in __alloc_from_contiguous() 574 dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT); in __free_from_contiguous() 1218 dma_release_from_contiguous(dev, pages[0], count); in __iommu_free_buffer()
|
/linux-4.4.14/drivers/iommu/ |
D | intel-iommu.c | 3656 dma_release_from_contiguous(dev, page, count); in intel_alloc_coherent() 3672 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in intel_alloc_coherent() 3688 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in intel_free_coherent()
|
D | amd_iommu.c | 2766 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in alloc_coherent() 2801 if (!dma_release_from_contiguous(dev, page, size >> PAGE_SHIFT)) in free_coherent()
|