Home
last modified time | relevance | path

Searched refs:swiotlb_alloc_coherent (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/arch/unicore32/mm/
Ddma-swiotlb.c24 return swiotlb_alloc_coherent(dev, size, dma_handle, flags); in unicore_swiotlb_alloc_coherent()
/linux-4.1.27/arch/ia64/kernel/
Dpci-swiotlb.c23 return swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in ia64_swiotlb_alloc_coherent()
/linux-4.1.27/arch/mips/netlogic/common/
Dnlm-dma.c66 return swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in nlm_dma_alloc_coherent()
/linux-4.1.27/arch/x86/kernel/
Dpci-swiotlb.c28 return swiotlb_alloc_coherent(hwdev, size, dma_handle, flags); in x86_swiotlb_alloc_coherent()
/linux-4.1.27/include/linux/
Dswiotlb.h58 *swiotlb_alloc_coherent(struct device *hwdev, size_t size,
/linux-4.1.27/arch/mips/loongson/common/
Ddma-swiotlb.c41 ret = swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in loongson_dma_alloc_coherent()
/linux-4.1.27/lib/
Dswiotlb.c629 swiotlb_alloc_coherent(struct device *hwdev, size_t size, in swiotlb_alloc_coherent() function
682 EXPORT_SYMBOL(swiotlb_alloc_coherent);
/linux-4.1.27/arch/mips/cavium-octeon/
Ddma-octeon.c187 ret = swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in octeon_dma_alloc_coherent()
/linux-4.1.27/arch/arm64/mm/
Ddma-mapping.c117 return swiotlb_alloc_coherent(dev, size, dma_handle, flags); in __dma_alloc_coherent()
/linux-4.1.27/arch/tile/kernel/
Dpci-dma.c537 return swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in tile_swiotlb_alloc_coherent()