Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dtlbex.c301 static int check_for_high_segbits; variable
771 if (check_for_high_segbits) { in build_get_pmde64()
863 if (mode != not_refill && check_for_high_segbits) { in build_get_pgd_vmalloc64()
886 if (mode != not_refill && check_for_high_segbits) { in build_get_pgd_vmalloc64()
1062 if (check_for_high_segbits) { in build_fast_tlb_refill_handler()
1483 if (check_for_high_segbits) { in build_loongson3_tlb_refill_handler()
1519 if (check_for_high_segbits) { in build_loongson3_tlb_refill_handler()
2545check_for_high_segbits = current_cpu_data.vmbits > (PGDIR_SHIFT + PGD_TABLE_ORDER + PAGE_SHIFT - 3… in build_tlb_refill_handler()