Lines Matching refs:ntlb
492 static int ntlb;
495 get_option(&str, &ntlb);
499 __setup("ntlb=", set_ntlb);
549 if (ntlb) {
550 if (ntlb > 1 && ntlb <= current_cpu_data.tlbsize) {
551 int wired = current_cpu_data.tlbsize - ntlb;
554 printk("Restricting TLB to %d entries\n", ntlb);
556 printk("Ignoring invalid argument ntlb=%d\n", ntlb);