Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/mm/
Ddma-mapping.c51 int coherent_flag; member
265 static void __dma_clear_buffer(struct page *page, size_t size, int coherent_flag) in __dma_clear_buffer() argument
277 if (coherent_flag != COHERENT) in __dma_clear_buffer()
283 if (coherent_flag != COHERENT) in __dma_clear_buffer()
288 if (coherent_flag != COHERENT) { in __dma_clear_buffer()
300 gfp_t gfp, int coherent_flag) in __dma_alloc_buffer() argument
316 __dma_clear_buffer(page, size, coherent_flag); in __dma_alloc_buffer()
337 int coherent_flag, gfp_t gfp);
548 int coherent_flag, gfp_t gfp) in __alloc_from_contiguous() argument
559 __dma_clear_buffer(page, size, coherent_flag); in __alloc_from_contiguous()
[all …]