Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/mm/
H A Dtlb-r4k.c502 static int ntlb; variable
505 get_option(&str, &ntlb); in set_ntlb()
559 if (ntlb) { in tlb_init()
560 if (ntlb > 1 && ntlb <= current_cpu_data.tlbsize) { in tlb_init()
561 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init()
564 printk("Restricting TLB to %d entries\n", ntlb); in tlb_init()
566 printk("Ignoring invalid argument ntlb=%d\n", ntlb); in tlb_init()