Lines Matching refs:full_page
36 unsigned long sz, const int op, const int full_page);
189 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v3() argument
208 if (!full_page) { in __cache_line_loop_v3()
219 if (full_page) in __cache_line_loop_v3()
233 if (!full_page) { in __cache_line_loop_v3()
249 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() argument
267 if (!full_page) { in __cache_line_loop_v4()
303 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() argument
316 if (!full_page) { in __cache_line_loop_v4()
463 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; in __dc_line_op() local
470 __cache_line_loop(paddr, vaddr, sz, op, full_page); in __dc_line_op()
499 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; in __ic_line_inv_vaddr_local() local
503 (*_cache_line_loop_ic_fn)(paddr, vaddr, sz, OP_INV_IC, full_page); in __ic_line_inv_vaddr_local()