Searched refs:swiotlb_alloc_coherent (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/arch/unicore32/mm/ |
D | dma-swiotlb.c | 24 return swiotlb_alloc_coherent(dev, size, dma_handle, flags); in unicore_swiotlb_alloc_coherent()
|
/linux-4.4.14/arch/ia64/kernel/ |
D | pci-swiotlb.c | 23 return swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in ia64_swiotlb_alloc_coherent()
|
/linux-4.4.14/arch/mips/netlogic/common/ |
D | nlm-dma.c | 61 return swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in nlm_dma_alloc_coherent()
|
/linux-4.4.14/arch/x86/kernel/ |
D | pci-swiotlb.c | 35 return swiotlb_alloc_coherent(hwdev, size, dma_handle, flags); in x86_swiotlb_alloc_coherent()
|
/linux-4.4.14/include/linux/ |
D | swiotlb.h | 58 *swiotlb_alloc_coherent(struct device *hwdev, size_t size,
|
/linux-4.4.14/arch/mips/loongson64/common/ |
D | dma-swiotlb.c | 38 ret = swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in loongson_dma_alloc_coherent()
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | dma-octeon.c | 184 ret = swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in octeon_dma_alloc_coherent()
|
/linux-4.4.14/lib/ |
D | swiotlb.c | 629 swiotlb_alloc_coherent(struct device *hwdev, size_t size, in swiotlb_alloc_coherent() function 689 EXPORT_SYMBOL(swiotlb_alloc_coherent);
|
/linux-4.4.14/arch/tile/kernel/ |
D | pci-dma.c | 537 return swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in tile_swiotlb_alloc_coherent()
|
/linux-4.4.14/arch/arm64/mm/ |
D | dma-mapping.c | 115 return swiotlb_alloc_coherent(dev, size, dma_handle, flags); in __dma_alloc_coherent()
|