Searched refs:dma_alloc_from_contiguous (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/ |
D | dma-contiguous.h | 114 struct page *dma_alloc_from_contiguous(struct device *dev, size_t count, 147 struct page *dma_alloc_from_contiguous(struct device *dev, size_t count, in dma_alloc_from_contiguous() function
|
/linux-4.4.14/drivers/base/ |
D | dma-contiguous.c | 190 struct page *dma_alloc_from_contiguous(struct device *dev, size_t count, in dma_alloc_from_contiguous() function
|
/linux-4.4.14/arch/x86/kernel/ |
D | pci-dma.c | 94 page = dma_alloc_from_contiguous(dev, count, get_order(size)); in dma_generic_alloc_coherent()
|
/linux-4.4.14/arch/mips/mm/ |
D | dma-default.c | 149 page = dma_alloc_from_contiguous(dev, in mips_dma_alloc_coherent()
|
/linux-4.4.14/arch/arm64/mm/ |
D | dma-mapping.c | 105 page = dma_alloc_from_contiguous(dev, size >> PAGE_SHIFT, in __dma_alloc_coherent() 370 page = dma_alloc_from_contiguous(NULL, nr_pages, in atomic_pool_init()
|
/linux-4.4.14/arch/arm/mm/ |
D | dma-mapping.c | 540 page = dma_alloc_from_contiguous(dev, count, order); in __alloc_from_contiguous() 1145 page = dma_alloc_from_contiguous(dev, count, order); in __iommu_alloc_buffer()
|
/linux-4.4.14/mm/ |
D | Kconfig | 500 processing calls such as dma_alloc_from_contiguous().
|
/linux-4.4.14/drivers/iommu/ |
D | amd_iommu.c | 2739 page = dma_alloc_from_contiguous(dev, size >> PAGE_SHIFT, in alloc_coherent()
|
D | intel-iommu.c | 3653 page = dma_alloc_from_contiguous(dev, count, order); in intel_alloc_coherent()
|