Searched refs:tlbsize (Results 1 – 11 of 11) sorted by relevance
240 cpu_data[0].tlbsize -= cpu_data[0].tlbsizeftlbways * in ftlb_disable()350 unsigned int probability = c->tlbsize / c->tlbsizevtlb; in calculate_ftlb_probability()487 c->tlbsize = ((config1 & MIPS_CONF1_TLBS) >> 25) + 1; in decode_config1()488 c->tlbsizevtlb = c->tlbsize; in decode_config1()578 c->tlbsize += (config4 & MIPS_CONF4_MMUSIZEEXT) * 0x40; in decode_config4()579 c->tlbsizevtlb = c->tlbsize; in decode_config4()585 c->tlbsize = c->tlbsizevtlb; in decode_config4()609 c->tlbsize += c->tlbsizeftlbways * c->tlbsizeftlbsets; in decode_config4()702 c->tlbsize = 64; in cpu_probe_legacy()722 c->tlbsize = 64; in cpu_probe_legacy()[all …]
71 seq_printf(m, "tlb_entries\t\t: %d\n", cpu_data[n].tlbsize); in show_cpuinfo()
83 while (entry < current_cpu_data.tlbsize) { in local_flush_tlb_all()131 current_cpu_data.tlbsize / 8 : in local_flush_tlb_range()132 current_cpu_data.tlbsize / 2)) { in local_flush_tlb_range()174 current_cpu_data.tlbsize / 8 : in local_flush_tlb_kernel_range()175 current_cpu_data.tlbsize / 2)) { in local_flush_tlb_kernel_range()508 temp_tlb_entry = current_cpu_data.tlbsize - 1; in r4k_tlb_configure()521 if (ntlb > 1 && ntlb <= current_cpu_data.tlbsize) { in tlb_init()522 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init()
48 while (entry < current_cpu_data.tlbsize) { in local_flush_tlb_from()96 if (size <= current_cpu_data.tlbsize) { in local_flush_tlb_range()133 if (size <= current_cpu_data.tlbsize) { in local_flush_tlb_kernel_range()
219 c->tlbsize = 3 * 128; /* 3 sets each 128 entries */ in probe_tlb()
83 for (i = 0; i < current_cpu_data.tlbsize; i++) { in kvm_mips_dump_host_tlbs()216 if (idx > current_cpu_data.tlbsize) { in kvm_mips_host_tlb_write()479 if (idx >= current_cpu_data.tlbsize) in kvm_mips_host_tlb_inv()515 if (index >= current_cpu_data.tlbsize) in kvm_mips_host_tlb_inv_index()553 int maxentry = current_cpu_data.tlbsize; in kvm_mips_flush_host_tlb()631 while (entry < current_cpu_data.tlbsize) { in kvm_local_flush_tlb_all()
73 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
171 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
57 int tlbsize; member
133 temp_tlb_entry = current_cpu_data.tlbsize - 1; in early_tlb_init()
102 current_cpu_data.tlbsize = ((read_c0_config6() >> 16) & 0xffff) + 1; in plat_mem_setup()