Home
last modified time | relevance | path

Searched refs:__alloc_dma_pages (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/c6x/mm/
Ddma-coherent.c45 static inline u32 __alloc_dma_pages(int order) in __alloc_dma_pages() function
87 paddr = __alloc_dma_pages(order); in dma_alloc_coherent()
/linux-4.4.14/arch/blackfin/kernel/
Ddma-mapping.c47 static unsigned long __alloc_dma_pages(unsigned int pages) in __alloc_dma_pages() function
86 ret = (void *)__alloc_dma_pages(get_pages(size)); in dma_alloc_coherent()