Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/mm/
A 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()
537 temp_tlb_entry = current_cpu_data.tlbsize - 1; in r4k_tlb_configure()
550 if (ntlb > 1 && ntlb <= current_cpu_data.tlbsize) { in tlb_init()
551 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init()
A 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-6.3-rc2/arch/mips/kernel/
A Dcpu-probe.c1048 c->tlbsize = 64; in cpu_probe_legacy()
1068 c->tlbsize = 64; in cpu_probe_legacy()
1116 c->tlbsize = 48; in cpu_probe_legacy()
1125 c->tlbsize = 32; in cpu_probe_legacy()
1134 c->tlbsize = 48; in cpu_probe_legacy()
1149 c->tlbsize = 48; in cpu_probe_legacy()
1159 c->tlbsize = 48; in cpu_probe_legacy()
1169 c->tlbsize = 48; in cpu_probe_legacy()
1177 c->tlbsize = 48; in cpu_probe_legacy()
1185 c->tlbsize = 48; in cpu_probe_legacy()
[all …]
A Dcpu-r3k-probe.c100 c->tlbsize = 64; in cpu_probe()
119 c->tlbsize = 64; in cpu_probe()
A Dproc.c72 seq_printf(m, "tlb_entries\t\t: %d\n", cpu_data[n].tlbsize); in show_cpuinfo()
/linux-6.3-rc2/arch/loongarch/mm/
A 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-6.3-rc2/arch/mips/include/asm/
A Dcpu-info.h37 int tlbsize; member
71 int tlbsize; member
/linux-6.3-rc2/arch/loongarch/kernel/
A Dcpu-probe.c160 c->tlbsize = 0; in cpu_probe_common()
166 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
172 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
A Dproc.c61 seq_printf(m, "TLB Entries\t\t: %d\n", cpu_data[n].tlbsize); in show_cpuinfo()
/linux-6.3-rc2/arch/mips/kvm/
A 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()
A 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-6.3-rc2/arch/mips/lib/
A Dr3k_dump_tlb.c70 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
A Ddump_tlb.c190 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()
/linux-6.3-rc2/arch/mips/bcm47xx/
A Dprom.c130 temp_tlb_entry = current_cpu_data.tlbsize - 1; in early_tlb_init()
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dcpu-info.h49 int tlbsize; member
/linux-6.3-rc2/arch/loongarch/lib/
A Ddump_tlb.c110 dump_tlb(0, current_cpu_data.tlbsize - 1); in dump_tlb_all()

Completed in 23 milliseconds