dma_alloc_noncoherent   13 include/asm-cris/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_noncoherent   10 include/asm-frv/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_noncoherent   19 include/asm-generic/dma-mapping-broken.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_noncoherent  267 include/asm-generic/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_noncoherent   34 include/asm-m68k/dma-mapping.h static inline void *dma_alloc_noncoherent(struct device *dev, size_t size,
dma_alloc_noncoherent   26 include/asm-mn10300/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f))
dma_alloc_noncoherent   57 include/asm-parisc/dma-mapping.h dma_alloc_noncoherent(struct device *dev, size_t size, dma_addr_t *dma_handle,
dma_alloc_noncoherent   95 include/asm-um/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_noncoherent   85 include/asm-x86/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)
dma_alloc_noncoherent   27 include/asm-xtensa/dma-mapping.h #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f)