Home
last modified time | relevance | path

Searched defs:dma_alloc_noncoherent (Results 1 – 25 of 26) sorted by relevance

12

/arch/arc/mm/
Ddma.c29 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/arch/c6x/include/asm/
Ddma-mapping.h89 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
/arch/hexagon/include/asm/
Ddma-mapping.h37 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/alpha/include/asm/
Ddma-mapping.h48 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/openrisc/include/asm/
Ddma-mapping.h70 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/arch/sh/include/asm/
Ddma-mapping.h42 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/sparc/include/asm/
Ddma-mapping.h12 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/s390/include/asm/
Ddma-mapping.h28 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/ia64/include/asm/
Ddma-mapping.h51 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/arm64/include/asm/
Ddma-mapping.h142 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/arch/unicore32/include/asm/
Ddma-mapping.h107 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/microblaze/include/asm/
Ddma-mapping.h102 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/x86/include/asm/
Ddma-mapping.h57 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/tile/include/asm/
Ddma-mapping.h145 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) macro
/arch/frv/include/asm/
Ddma-mapping.h15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/m68k/include/asm/
Ddma-mapping.h39 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/arch/powerpc/include/asm/
Ddma-mapping.h213 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/mn10300/include/asm/
Ddma-mapping.h31 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) macro
/arch/avr32/include/asm/
Ddma-mapping.h336 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/arm/include/asm/
Ddma-mapping.h177 static inline void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function
/arch/blackfin/include/asm/
Ddma-mapping.h21 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/metag/include/asm/
Ddma-mapping.h11 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/cris/include/asm/
Ddma-mapping.h13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/xtensa/include/asm/
Ddma-mapping.h29 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) macro
/arch/mips/mm/
Ddma-default.c115 void *dma_alloc_noncoherent(struct device *dev, size_t size, in dma_alloc_noncoherent() function

12