Home
last modified time | relevance | path

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

/linux-5.19.10/arch/loongarch/kernel/
Dcpu-probe.c158 c->tlbsizestlbsets = 0; in cpu_probe_common()
164 c->tlbsizestlbsets = 0; in cpu_probe_common()
166 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
170 c->tlbsizestlbsets = 1 << ((config & CSR_CONF3_STLBIDX) >> CSR_CONF3_STLBIDX_SHIFT); in cpu_probe_common()
172 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
/linux-5.19.10/arch/loongarch/mm/
Dtlb.c69 if (size <= (current_cpu_data.tlbsizestlbsets ? in local_flush_tlb_range()
94 if (size <= (current_cpu_data.tlbsizestlbsets ? in local_flush_tlb_kernel_range()
/linux-5.19.10/arch/loongarch/include/asm/
Dcpu-info.h41 int tlbsizestlbsets; member