Home
last modified time | relevance | path

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

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