Home
last modified time | relevance | path

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

/linux-3.4.99/arch/unicore32/mm/
Ddma-swiotlb.c24 return swiotlb_alloc_coherent(dev, size, dma_handle, flags); in unicore_swiotlb_alloc_coherent()
/linux-3.4.99/arch/ia64/kernel/
Dpci-swiotlb.c23 return swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in ia64_swiotlb_alloc_coherent()
/linux-3.4.99/arch/x86/kernel/
Dpci-swiotlb.c28 return swiotlb_alloc_coherent(hwdev, size, dma_handle, flags); in x86_swiotlb_alloc_coherent()
/linux-3.4.99/include/linux/
Dswiotlb.h52 *swiotlb_alloc_coherent(struct device *hwdev, size_t size,
/linux-3.4.99/lib/
Dswiotlb.c567 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/
Ddma-octeon.c187 ret = swiotlb_alloc_coherent(dev, size, dma_handle, gfp); in octeon_dma_alloc_coherent()