Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/mm/
Ddma-mapping.c52 int coherent_flag; member
287 static void __dma_clear_buffer(struct page *page, size_t size, int coherent_flag) in __dma_clear_buffer() argument
299 if (coherent_flag != COHERENT) in __dma_clear_buffer()
305 if (coherent_flag != COHERENT) in __dma_clear_buffer()
310 if (coherent_flag != COHERENT) { in __dma_clear_buffer()
322 gfp_t gfp, int coherent_flag) in __dma_alloc_buffer() argument
338 __dma_clear_buffer(page, size, coherent_flag); in __dma_alloc_buffer()
359 int coherent_flag, gfp_t gfp);
590 int coherent_flag, gfp_t gfp) in __alloc_from_contiguous() argument
601 __dma_clear_buffer(page, size, coherent_flag); in __alloc_from_contiguous()
[all …]