Lines Matching refs:full_page
32 unsigned long sz, const int op, const int full_page);
227 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v3() argument
246 if (!full_page) { in __cache_line_loop_v3()
257 if (full_page) in __cache_line_loop_v3()
271 if (!full_page) { in __cache_line_loop_v3()
287 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() argument
305 if (!full_page) { in __cache_line_loop_v4()
341 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() argument
354 if (!full_page) { in __cache_line_loop_v4()
501 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; in __dc_line_op() local
508 __cache_line_loop(paddr, vaddr, sz, op, full_page); in __dc_line_op()
537 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; in __ic_line_inv_vaddr_local() local
541 (*_cache_line_loop_ic_fn)(paddr, vaddr, sz, OP_INV_IC, full_page); in __ic_line_inv_vaddr_local()