Home
last modified time | relevance | path

Searched refs:check_for_high_segbits (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/mips/mm/
Dtlbex.c313 static int check_for_high_segbits; variable
791 if (check_for_high_segbits) { in build_get_pmde64()
872 if (mode != not_refill && check_for_high_segbits) { in build_get_pgd_vmalloc64()
895 if (mode != not_refill && check_for_high_segbits) { in build_get_pgd_vmalloc64()
1078 if (check_for_high_segbits) { in build_fast_tlb_refill_handler()
2402 check_for_high_segbits = current_cpu_data.vmbits > (PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3); in build_tlb_refill_handler()