/arch/arc/mm/ |
D | dma.c | 29 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function 44 EXPORT_SYMBOL(dma_alloc_noncoherent);
|
/arch/alpha/include/asm/ |
D | dma-mapping.h | 48 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/s390/include/asm/ |
D | dma-mapping.h | 28 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/sparc/include/asm/ |
D | dma-mapping.h | 12 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/openrisc/include/asm/ |
D | dma-mapping.h | 70 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|
/arch/mips/include/asm/ |
D | dma-mapping.h | 93 void *dma_alloc_noncoherent(struct device *dev, size_t size,
|
/arch/hexagon/include/asm/ |
D | dma-mapping.h | 38 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/unicore32/include/asm/ |
D | dma-mapping.h | 107 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/ia64/include/asm/ |
D | dma-mapping.h | 51 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/c6x/include/asm/ |
D | dma-mapping.h | 89 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
|
/arch/sh/include/asm/ |
D | dma-mapping.h | 42 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/arm64/include/asm/ |
D | dma-mapping.h | 126 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|
/arch/frv/include/asm/ |
D | dma-mapping.h | 15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/mips/mm/ |
D | dma-default.c | 102 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function 118 EXPORT_SYMBOL(dma_alloc_noncoherent);
|
/arch/m68k/include/asm/ |
D | dma-mapping.h | 39 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|
/arch/tile/include/asm/ |
D | dma-mapping.h | 132 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) macro
|
/arch/microblaze/include/asm/ |
D | dma-mapping.h | 125 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/mn10300/include/asm/ |
D | dma-mapping.h | 31 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
|
/arch/cris/include/asm/ |
D | dma-mapping.h | 13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/xtensa/include/asm/ |
D | dma-mapping.h | 29 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/x86/include/asm/ |
D | dma-mapping.h | 57 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/avr32/include/asm/ |
D | dma-mapping.h | 336 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/blackfin/include/asm/ |
D | dma-mapping.h | 21 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/powerpc/include/asm/ |
D | dma-mapping.h | 211 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/arch/arm/include/asm/ |
D | dma-mapping.h | 102 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|