Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/mm/
Dtlb-r4k.c89 while (entry < current_cpu_data.tlbsize) { in local_flush_tlb_all()
120 current_cpu_data.tlbsize / 8 : in local_flush_tlb_range()
121 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()
545 temp_tlb_entry = current_cpu_data.tlbsize - 1; in r4k_tlb_configure()
558 if (ntlb > 1 && ntlb <= current_cpu_data.tlbsize) { in tlb_init()
559 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init()
Dtlb-r3k.c46 while (entry < current_cpu_data.tlbsize) { in local_flush_tlb_from()
83 if (size <= current_cpu_data.tlbsize) { in local_flush_tlb_range()
120 if (size <= current_cpu_data.tlbsize) { in local_flush_tlb_kernel_range()
/Linux-v6.6/arch/mips/kernel/
Dcpu-probe.c131 cpu_data[0].tlbsize -= cpu_data[0].tlbsizeftlbways * in ftlb_disable()
281 unsigned int probability = c->tlbsize / c->tlbsizevtlb; in calculate_ftlb_probability()
481 c->tlbsize = ((config1 & MIPS_CONF1_TLBS) >> 25) + 1; in decode_config1()
482 c->tlbsizevtlb = c->tlbsize; in decode_config1()
584 c->tlbsize += (config4 & MIPS_CONF4_MMUSIZEEXT) * 0x40; in decode_config4()
585 c->tlbsizevtlb = c->tlbsize; in decode_config4()
591 c->tlbsize = c->tlbsizevtlb; in decode_config4()
616 c->tlbsize += c->tlbsizeftlbways * c->tlbsizeftlbsets; in decode_config4()
1048 c->tlbsize = 64; in cpu_probe_legacy()
1068 c->tlbsize = 64; in cpu_probe_legacy()
[all …]
Dcpu-r3k-probe.c100 c->tlbsize = 64; in cpu_probe()
119 c->tlbsize = 64; in cpu_probe()
Dproc.c72 seq_printf(m, "tlb_entries\t\t: %d\n", cpu_data[n].tlbsize); in show_cpuinfo()
/Linux-v6.6/arch/loongarch/mm/
Dtlb.c70 current_cpu_data.tlbsize / 8 : in local_flush_tlb_range()
71 current_cpu_data.tlbsize / 2)) { in local_flush_tlb_range()
95 current_cpu_data.tlbsize / 8 : in local_flush_tlb_kernel_range()
96 current_cpu_data.tlbsize / 2)) { in local_flush_tlb_kernel_range()
/Linux-v6.6/arch/mips/include/asm/
Dcpu-info.h37 int tlbsize; member
71 int tlbsize; member
/Linux-v6.6/arch/loongarch/kernel/
Dcpu-probe.c195 c->tlbsize = 0; in cpu_probe_common()
201 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
207 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
Dproc.c62 seq_printf(m, "TLB Entries\t\t: %d\n", cpu_data[n].tlbsize); in show_cpuinfo()
/Linux-v6.6/arch/mips/kvm/
Dtlb.c61 BUG_ON(idx >= current_cpu_data.tlbsize); in _kvm_mips_host_tlb_inv()
274 for (entry = 0; entry < current_cpu_data.tlbsize; entry++) { in kvm_vz_local_flush_roottlb_all_guests()
340 for (entry = 0; entry < current_cpu_data.guest.tlbsize; entry++) { in kvm_vz_local_flush_guesttlb_all()
Dvz.c2900 current_cpu_data.tlbsize = mmu_size; in kvm_vz_hardware_enable()
2902 current_cpu_data.guest.tlbsize = guest_mmu_size; in kvm_vz_hardware_enable()
2914 ftlb_size = current_cpu_data.tlbsize - mmu_size; in kvm_vz_hardware_enable()
2918 current_cpu_data.guest.tlbsize = guest_mmu_size + ftlb_size; in kvm_vz_hardware_enable()
2928 current_cpu_data.guest.tlbsize = guest_mmu_size + ftlb_size; in kvm_vz_hardware_enable()
3009 current_cpu_data.tlbsize = mmu_size; in kvm_vz_hardware_disable()
3011 current_cpu_data.guest.tlbsize = 0; in kvm_vz_hardware_disable()
/Linux-v6.6/arch/mips/lib/
Dr3k_dump_tlb.c70 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
Ddump_tlb.c190 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
/Linux-v6.6/arch/loongarch/include/asm/
Dcpu-info.h49 int tlbsize; member
/Linux-v6.6/arch/mips/bcm47xx/
Dprom.c130 temp_tlb_entry = current_cpu_data.tlbsize - 1; in early_tlb_init()
/Linux-v6.6/arch/loongarch/lib/
Ddump_tlb.c110 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()