Lines Matching defs:full_page
32 unsigned long sz, const int op, const int full_page);
251 unsigned long sz, const int op, const int full_page)
269 if (!full_page) {
296 unsigned long sz, const int op, const int full_page)
315 if (!full_page) {
326 if (full_page)
340 if (!full_page) {
367 unsigned long sz, const int op, const int full_page)
385 if (!full_page) {
421 unsigned long sz, const int op, const int full_page)
434 if (!full_page) {
583 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE;
590 __cache_line_loop(paddr, vaddr, sz, op, full_page);
619 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE;
623 (*_cache_line_loop_ic_fn)(paddr, vaddr, sz, OP_INV_IC, full_page);