Home
last modified time | relevance | path

Searched refs:tlbsizestlbsets (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dcpu-probe.c194 c->tlbsizestlbsets = 0; in cpu_probe_common()
200 c->tlbsizestlbsets = 0; in cpu_probe_common()
202 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
206 c->tlbsizestlbsets = 1 << ((config & CSR_CONF3_STLBIDX) >> CSR_CONF3_STLBIDX_SHIFT); in cpu_probe_common()
208 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dcpu-probe.c193 c->tlbsizestlbsets = 0; in cpu_probe_common()
199 c->tlbsizestlbsets = 0; in cpu_probe_common()
201 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
205 c->tlbsizestlbsets = 1 << ((config & CSR_CONF3_STLBIDX) >> CSR_CONF3_STLBIDX_SHIFT); in cpu_probe_common()
207 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dcpu-info.h61 int tlbsizestlbsets; member
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dcpu-info.h51 int tlbsizestlbsets; member
/kernel/linux/linux-5.10/arch/loongarch/mm/
H A 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()
/kernel/linux/linux-6.6/arch/loongarch/mm/
H A 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()

Completed in 3 milliseconds