Searched refs:tlbsize (Results 1 – 9 of 9) sorted by relevance
339 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 …]
54 seq_printf(m, "tlb_entries\t\t: %d\n", cpu_data[n].tlbsize); in show_cpuinfo()
268 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()
84 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()
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()131 if (size <= current_cpu_data.tlbsize) { in local_flush_tlb_kernel_range()
221 c->tlbsize = 3 * 128; /* 3 sets each 128 entries */ in probe_tlb()
62 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
110 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
54 int tlbsize; member