Home
last modified time | relevance | path

Searched refs:srsets (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/mips/include/asm/
Dcpu-info.h80 int srsets; /* Shadow register sets */ member
/Linux-v5.4/arch/mips/kernel/
Dproc.c138 cpu_data[n].srsets); in show_cpuinfo()
Dcpu-probe.c2166 c->srsets = ((read_c0_srsctl() >> 26) & 0x0f) + 1; in cpu_probe()
2171 c->srsets = 1; in cpu_probe()
Dtraps.c1979 int srssets = current_cpu_data.srsets; in set_vi_srs_handler()