Searched refs:dma_generic_alloc_coherent (Results 1 – 8 of 8) sorted by relevance
/arch/sh/include/asm/ |
D | dma-mapping.h | 20 extern void *dma_generic_alloc_coherent(struct device *dev, size_t size,
|
/arch/x86/kernel/ |
D | pci-swiotlb.c | 30 vaddr = dma_generic_alloc_coherent(hwdev, size, dma_handle, flags, in x86_swiotlb_alloc_coherent()
|
D | pci-nommu.c | 92 .alloc = dma_generic_alloc_coherent,
|
D | pci-dma.c | 78 void *dma_generic_alloc_coherent(struct device *dev, size_t size, in dma_generic_alloc_coherent() function
|
D | amd_gart_64.c | 503 return dma_generic_alloc_coherent(dev, size, dma_addr, flag, in gart_alloc_coherent()
|
/arch/sh/kernel/ |
D | dma-nommu.c | 66 .alloc = dma_generic_alloc_coherent,
|
/arch/x86/include/asm/ |
D | dma-mapping.h | 51 extern void *dma_generic_alloc_coherent(struct device *dev, size_t size,
|
/arch/sh/mm/ |
D | consistent.c | 35 void *dma_generic_alloc_coherent(struct device *dev, size_t size, in dma_generic_alloc_coherent() function
|