ntlb              490 arch/mips/mm/tlb-r4k.c static int ntlb;
ntlb              493 arch/mips/mm/tlb-r4k.c 	get_option(&str, &ntlb);
ntlb              547 arch/mips/mm/tlb-r4k.c 	if (ntlb) {
ntlb              548 arch/mips/mm/tlb-r4k.c 		if (ntlb > 1 && ntlb <= current_cpu_data.tlbsize) {
ntlb              549 arch/mips/mm/tlb-r4k.c 			int wired = current_cpu_data.tlbsize - ntlb;
ntlb              552 arch/mips/mm/tlb-r4k.c 			printk("Restricting TLB to %d entries\n", ntlb);
ntlb              554 arch/mips/mm/tlb-r4k.c 			printk("Ignoring invalid argument ntlb=%d\n", ntlb);