Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/kernel/
Dcpu-probe.c339 c->tlbsize = 64; in cpu_probe_legacy()
360 c->tlbsize = 64; in cpu_probe_legacy()
385 c->tlbsize = 48; in cpu_probe_legacy()
423 c->tlbsize = 32; in cpu_probe_legacy()
431 c->tlbsize = 32; in cpu_probe_legacy()
439 c->tlbsize = 48; in cpu_probe_legacy()
453 c->tlbsize = 48; in cpu_probe_legacy()
463 c->tlbsize = 64; in cpu_probe_legacy()
469 c->tlbsize = 32; in cpu_probe_legacy()
474 c->tlbsize = 64; in cpu_probe_legacy()
[all …]
Dproc.c54 seq_printf(m, "tlb_entries\t\t: %d\n", cpu_data[n].tlbsize); in show_cpuinfo()
Dsmtc.c268 cpu_data[0].tlbsize = current_cpu_data.tlbsize = tlbsiz; in smtc_configure_tlb()
1397 while (entry < current_cpu_data.tlbsize) { in smtc_flush_tlb_asid()
/linux-2.6.39/arch/mips/mm/
Dtlb-r4k.c84 while (entry < current_cpu_data.tlbsize) { in local_flush_tlb_all()
127 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()
453 temp_tlb_entry = current_cpu_data.tlbsize - 1; in tlb_init()
461 if (ntlb > 1 && ntlb <= current_cpu_data.tlbsize) { in tlb_init()
462 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init()
Dtlb-r3k.c57 for (; entry < current_cpu_data.tlbsize; entry++) { in local_flush_tlb_all()
94 if (size <= current_cpu_data.tlbsize) { in local_flush_tlb_range()
131 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()
/linux-2.6.39/arch/mips/lib/
Dr3k_dump_tlb.c62 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
Ddump_tlb.c110 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
/linux-2.6.39/arch/mips/include/asm/
Dcpu-info.h54 int tlbsize; member