Lines Matching defs:full_page
36 unsigned long sz, const int op, const int full_page);
190 unsigned long sz, const int op, const int full_page)
209 if (!full_page) {
220 if (full_page)
234 if (!full_page) {
250 unsigned long sz, const int op, const int full_page)
268 if (!full_page) {
304 unsigned long sz, const int op, const int full_page)
317 if (!full_page) {
464 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE;
471 __cache_line_loop(paddr, vaddr, sz, op, full_page);
500 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE;
504 (*_cache_line_loop_ic_fn)(paddr, vaddr, sz, OP_INV_IC, full_page);