Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dtlb-r4k.c467 static int ntlb; variable
470 get_option(&str, &ntlb); in set_ntlb()
520 if (ntlb) { in tlb_init()
521 if (ntlb > 1 && ntlb <= current_cpu_data.tlbsize) { in tlb_init()
522 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init()
525 printk("Restricting TLB to %d entries\n", ntlb); in tlb_init()
527 printk("Ignoring invalid argument ntlb=%d\n", ntlb); in tlb_init()