Searched refs:tlbsize (Results 1 – 9 of 9) sorted by relevance
304 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 …]
61 seq_printf(m, "tlb_entries\t\t: %d\n", cpu_data[n].tlbsize); in show_cpuinfo()
266 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()
82 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()
56 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()
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()
101 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
54 int tlbsize; member