Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/mm/
Dtlbex.c320 static int check_for_high_segbits; variable
790 if (check_for_high_segbits) { in build_get_pmde64()
882 if (mode != not_refill && check_for_high_segbits) { in build_get_pgd_vmalloc64()
905 if (mode != not_refill && check_for_high_segbits) { in build_get_pgd_vmalloc64()
1081 if (check_for_high_segbits) { in build_fast_tlb_refill_handler()
1502 if (check_for_high_segbits) { in build_loongson3_tlb_refill_handler()
1537 if (check_for_high_segbits) { in build_loongson3_tlb_refill_handler()
2563check_for_high_segbits = current_cpu_data.vmbits > (PGDIR_SHIFT + PGD_TABLE_ORDER + PAGE_SHIFT - 3… in build_tlb_refill_handler()