Home
last modified time | relevance | path

Searched refs:tlbsizemtlb (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/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()
/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu-info.h50 int tlbsizemtlb; member