Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/mm/
Ddma-mapping.c48 int coherent_flag; member
240 static void __dma_clear_buffer(struct page *page, size_t size, int coherent_flag) in __dma_clear_buffer() argument
252 if (coherent_flag != COHERENT) in __dma_clear_buffer()
258 if (coherent_flag != COHERENT) in __dma_clear_buffer()
263 if (coherent_flag != COHERENT) { in __dma_clear_buffer()
275 gfp_t gfp, int coherent_flag) in __dma_alloc_buffer() argument
291 __dma_clear_buffer(page, size, coherent_flag); in __dma_alloc_buffer()
312 int coherent_flag, gfp_t gfp);
525 int coherent_flag, gfp_t gfp) in __alloc_from_contiguous() argument
536 __dma_clear_buffer(page, size, coherent_flag); in __alloc_from_contiguous()
[all …]