Searched refs:swiotlb_alloc_coherent (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/arch/unicore32/mm/ |
D | dma-swiotlb.c | 24 return swiotlb_alloc_coherent(dev, size, dma_handle, flags); in unicore_swiotlb_alloc_coherent()
|
/linux-3.4.99/arch/ia64/kernel/ |
D | pci-swiotlb.c | 23 return swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in ia64_swiotlb_alloc_coherent()
|
/linux-3.4.99/arch/x86/kernel/ |
D | pci-swiotlb.c | 28 return swiotlb_alloc_coherent(hwdev, size, dma_handle, flags); in x86_swiotlb_alloc_coherent()
|
/linux-3.4.99/include/linux/ |
D | swiotlb.h | 52 *swiotlb_alloc_coherent(struct device *hwdev, size_t size,
|
/linux-3.4.99/lib/ |
D | swiotlb.c | 567 swiotlb_alloc_coherent(struct device *hwdev, size_t size, in swiotlb_alloc_coherent() function 613 EXPORT_SYMBOL(swiotlb_alloc_coherent);
|
/linux-3.4.99/arch/mips/cavium-octeon/ |
D | dma-octeon.c | 187 ret = swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in octeon_dma_alloc_coherent()
|