Home
last modified time | relevance | path

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

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