/arch/arc/mm/ |
D | dma.c | 29 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|
/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/hexagon/include/asm/ |
D | dma-mapping.h | 37 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
|
/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/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/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/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/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/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/arm64/include/asm/ |
D | dma-mapping.h | 142 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|
/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/microblaze/include/asm/ |
D | dma-mapping.h | 102 #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/tile/include/asm/ |
D | dma-mapping.h | 145 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) macro
|
/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/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/powerpc/include/asm/ |
D | dma-mapping.h | 213 #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/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/arm/include/asm/ |
D | dma-mapping.h | 177 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|
/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/metag/include/asm/ |
D | dma-mapping.h | 11 #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/mips/mm/ |
D | dma-default.c | 115 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
|