Home
last modified time | relevance | path

Searched refs:tlbsizemtlb (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dcpu-probe.c193 c->tlbsizemtlb = 0; in cpu_probe_common()
199 c->tlbsizemtlb = ((config & CSR_CONF3_MTLBSIZE) >> CSR_CONF3_MTLBSIZE_SHIFT) + 1; in cpu_probe_common()
202 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
205 c->tlbsizemtlb = ((config & CSR_CONF3_MTLBSIZE) >> CSR_CONF3_MTLBSIZE_SHIFT) + 1; 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.c192 c->tlbsizemtlb = 0; in cpu_probe_common()
198 c->tlbsizemtlb = ((config & CSR_CONF3_MTLBSIZE) >> CSR_CONF3_MTLBSIZE_SHIFT) + 1; in cpu_probe_common()
201 c->tlbsize = c->tlbsizemtlb + c->tlbsizestlbsets * c->tlbsizestlbways; in cpu_probe_common()
204 c->tlbsizemtlb = ((config & CSR_CONF3_MTLBSIZE) >> CSR_CONF3_MTLBSIZE_SHIFT) + 1; 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.h60 int tlbsizemtlb; member
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dcpu-info.h50 int tlbsizemtlb; member

Completed in 2 milliseconds