Searched refs:tlbsize (Results 1 – 14 of 14) sorted by relevance
/linux-2.4.37.9/arch/mips/kernel/ |
D | cpu-probe.c | 184 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 …]
|
D | proc.c | 115 seq_printf(m, "tlb_entries\t\t: %d\n", current_cpu_data.tlbsize); in show_cpuinfo()
|
/linux-2.4.37.9/arch/mips64/kernel/ |
D | cpu-probe.c | 478 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 …]
|
D | proc.c | 115 seq_printf(m, "tlb_entries\t\t: %d\n", current_cpu_data.tlbsize); in show_cpuinfo()
|
/linux-2.4.37.9/arch/mips64/mm/ |
D | tlb-sb1.c | 80 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()
|
D | tlb-r4k.c | 64 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/ |
D | tlb-sb1.c | 81 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()
|
D | tlb-r4k.c | 58 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()
|
D | tlb-r3k.c | 57 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/ |
D | r3k_dump_tlb.c | 66 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()
|
D | dump_tlb.c | 94 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/ |
D | dump_tlb.c | 90 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/ |
D | processor.h | 67 int tlbsize; member
|
/linux-2.4.37.9/include/asm-mips64/ |
D | processor.h | 99 int tlbsize; member
|