Lines Matching refs:full_page
35 unsigned long sz, const int op, const int full_page);
240 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v2() argument
258 if (!full_page) { in __cache_line_loop_v2()
285 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v3() argument
304 if (!full_page) { in __cache_line_loop_v3()
315 if (full_page) in __cache_line_loop_v3()
329 if (!full_page) { in __cache_line_loop_v3()
356 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() argument
374 if (!full_page) { in __cache_line_loop_v4()
410 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() argument
423 if (!full_page) { in __cache_line_loop_v4()
572 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; in __dc_line_op() local
579 __cache_line_loop(paddr, vaddr, sz, op, full_page); in __dc_line_op()
608 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; in __ic_line_inv_vaddr_local() local
612 (*_cache_line_loop_ic_fn)(paddr, vaddr, sz, OP_INV_IC, full_page); in __ic_line_inv_vaddr_local()