Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dtlb-r4k.c504 static int ntlb; variable
507 get_option(&str, &ntlb); in set_ntlb()
653 if (ntlb) { in tlb_init()
654 if (ntlb > 1 && ntlb <= current_cpu_data.tlbsize) { in tlb_init()
655 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init()
658 printk("Restricting TLB to %d entries\n", ntlb); in tlb_init()
660 printk("Ignoring invalid argument ntlb=%d\n", ntlb); in tlb_init()