Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/mm/
Ddma-mapping.c143 void *ptr, *coherent_ptr; in __dma_alloc() local
172 coherent_ptr = dma_common_contiguous_remap(page, size, VM_USERMAP, in __dma_alloc()
174 if (!coherent_ptr) in __dma_alloc()
177 return coherent_ptr; in __dma_alloc()