Home
last modified time | relevance | path

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

/arch/mips/kernel/
Dcpu-probe.c304 c->tlbsize = 64; in cpu_probe_legacy()
325 c->tlbsize = 64; in cpu_probe_legacy()
350 c->tlbsize = 48; in cpu_probe_legacy()
388 c->tlbsize = 32; in cpu_probe_legacy()
396 c->tlbsize = 32; in cpu_probe_legacy()
404 c->tlbsize = 48; in cpu_probe_legacy()
418 c->tlbsize = 48; in cpu_probe_legacy()
428 c->tlbsize = 64; in cpu_probe_legacy()
434 c->tlbsize = 32; in cpu_probe_legacy()
439 c->tlbsize = 64; in cpu_probe_legacy()
[all …]
Dproc.c61 seq_printf(m, "tlb_entries\t\t: %d\n", cpu_data[n].tlbsize); in show_cpuinfo()
Dsmtc.c266 cpu_data[0].tlbsize = current_cpu_data.tlbsize = tlbsiz; in smtc_configure_tlb()
1359 while (entry < current_cpu_data.tlbsize) { in smtc_flush_tlb_asid()
/arch/mips/mm/
Dtlb-r4k.c82 while (entry < current_cpu_data.tlbsize) { in local_flush_tlb_all()
126 if (size <= current_cpu_data.tlbsize/2) { in local_flush_tlb_range()
169 if (size <= current_cpu_data.tlbsize / 2) { in local_flush_tlb_kernel_range()
455 c->tlbsize = ((reg >> 25) & 0x3f) + 1; in probe_tlb()
485 temp_tlb_entry = current_cpu_data.tlbsize - 1; in tlb_init()
493 if (ntlb > 1 && ntlb <= current_cpu_data.tlbsize) { in tlb_init()
494 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init()
Dtlb-r3k.c56 for (; entry < current_cpu_data.tlbsize; entry++) { in local_flush_tlb_all()
94 if (size <= current_cpu_data.tlbsize) { in local_flush_tlb_range()
132 if (size <= current_cpu_data.tlbsize) { in local_flush_tlb_kernel_range()
Dtlb-r8k.c221 c->tlbsize = 3 * 128; /* 3 sets each 128 entries */ in probe_tlb()
/arch/mips/lib/
Dr3k_dump_tlb.c62 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
Ddump_tlb.c101 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
/arch/mips/include/asm/
Dcpu-info.h54 int tlbsize; member