Lines Matching refs:ntlb
500 static int ntlb;
503 get_option(&str, &ntlb);
507 __setup("ntlb=", set_ntlb);
557 if (ntlb) {
558 if (ntlb > 1 && ntlb <= current_cpu_data.tlbsize) {
559 int wired = current_cpu_data.tlbsize - ntlb;
562 printk("Restricting TLB to %d entries\n", ntlb);
564 printk("Ignoring invalid argument ntlb=%d\n", ntlb);