Home
last modified time | relevance | path

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

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