Home
last modified time | relevance | path

Searched refs:tlbsizestlbsets (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/loongarch/kernel/
Dcpu-probe.c200 c->tlbsizestlbsets = 0; in cpu_probe_common()
206 c->tlbsizestlbsets = 0; in cpu_probe_common()
208 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
212 c->tlbsizestlbsets = 1 << ((config & CSR_CONF3_STLBIDX) >> CSR_CONF3_STLBIDX_SHIFT); in cpu_probe_common()
214 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
/linux-6.12.1/arch/loongarch/mm/
Dtlb.c70 if (size <= (current_cpu_data.tlbsizestlbsets ? in local_flush_tlb_range()
95 if (size <= (current_cpu_data.tlbsizestlbsets ? in local_flush_tlb_kernel_range()
/linux-6.12.1/arch/loongarch/include/asm/
Dcpu-info.h51 int tlbsizestlbsets; member