Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/kernel/
Dcpu-probe.c184 c->tlbsize = 64; in cpu_probe_legacy()
198 c->tlbsize = 64; in cpu_probe_legacy()
217 c->tlbsize = 48; in cpu_probe_legacy()
252 c->tlbsize = 32; in cpu_probe_legacy()
259 c->tlbsize = 32; in cpu_probe_legacy()
265 c->tlbsize = 48; in cpu_probe_legacy()
278 c->tlbsize = 48; in cpu_probe_legacy()
287 c->tlbsize = 64; in cpu_probe_legacy()
292 c->tlbsize = 32; in cpu_probe_legacy()
296 c->tlbsize = 64; in cpu_probe_legacy()
[all …]
Dproc.c115 seq_printf(m, "tlb_entries\t\t: %d\n", current_cpu_data.tlbsize); in show_cpuinfo()
/linux-2.4.37.9/arch/mips64/kernel/
Dcpu-probe.c478 c->tlbsize = 64; in cpu_probe_legacy()
492 c->tlbsize = 64; in cpu_probe_legacy()
511 c->tlbsize = 48; in cpu_probe_legacy()
546 c->tlbsize = 32; in cpu_probe_legacy()
553 c->tlbsize = 32; in cpu_probe_legacy()
559 c->tlbsize = 48; in cpu_probe_legacy()
572 c->tlbsize = 48; in cpu_probe_legacy()
581 c->tlbsize = 64; in cpu_probe_legacy()
586 c->tlbsize = 32; in cpu_probe_legacy()
590 c->tlbsize = 64; in cpu_probe_legacy()
[all …]
Dproc.c115 seq_printf(m, "tlb_entries\t\t: %d\n", current_cpu_data.tlbsize); in show_cpuinfo()
/linux-2.4.37.9/arch/mips64/mm/
Dtlb-sb1.c80 for (entry = 0; entry < current_cpu_data.tlbsize; entry++) { in sb1_dump_tlb()
103 while (entry < current_cpu_data.tlbsize) { in local_flush_tlb_all()
130 for (entry = 0; entry < current_cpu_data.tlbsize; entry++) { in sb1_sanitize_tlb()
157 if (size <= (current_cpu_data.tlbsize/2)) { in local_flush_tlb_range()
Dtlb-r4k.c64 while(entry < current_cpu_data.tlbsize) { in local_flush_tlb_all()
106 if (size <= current_cpu_data.tlbsize/2) { in local_flush_tlb_range()
354 c->tlbsize = ((config1 >> 25) & 0x3f) + 1; in probe_tlb()
363 temp_tlb_entry = current_cpu_data.tlbsize - 1; in r4k_tlb_init()
/linux-2.4.37.9/arch/mips/mm/
Dtlb-sb1.c81 for (entry = 0; entry < current_cpu_data.tlbsize; entry++) { in sb1_dump_tlb()
104 while (entry < current_cpu_data.tlbsize) { in local_flush_tlb_all()
131 for (entry = 0; entry < current_cpu_data.tlbsize; entry++) { in sb1_sanitize_tlb()
158 if (size <= (current_cpu_data.tlbsize/2)) { in local_flush_tlb_range()
Dtlb-r4k.c58 while (entry < current_cpu_data.tlbsize) { in local_flush_tlb_all()
103 if (size <= current_cpu_data.tlbsize/2) { in local_flush_tlb_range()
392 c->tlbsize = ((reg >> 25) & 0x3f) + 1; in probe_tlb()
409 temp_tlb_entry = current_cpu_data.tlbsize - 1; in r4k_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()
/linux-2.4.37.9/arch/mips/lib/
Dr3k_dump_tlb.c66 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
102 dump_tlb(wired, current_cpu_data.tlbsize - 1); in dump_tlb_nonwired()
Ddump_tlb.c94 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
139 dump_tlb(read_c0_wired(), current_cpu_data.tlbsize - 1); in dump_tlb_nonwired()
/linux-2.4.37.9/arch/mips64/lib/
Ddump_tlb.c90 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
135 dump_tlb(read_c0_wired(), current_cpu_data.tlbsize - 1); in dump_tlb_nonwired()
/linux-2.4.37.9/include/asm-mips/
Dprocessor.h67 int tlbsize; member
/linux-2.4.37.9/include/asm-mips64/
Dprocessor.h99 int tlbsize; member