Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dcpu-r3k-probe.c88 c->srsets = 1; in cpu_probe()
H A Dproc.c281 cpu_data[n].srsets); in show_cpuinfo()
H A Dcpu-probe.c1936 c->srsets = ((read_c0_srsctl() >> 26) & 0x0f) + 1; in cpu_probe()
1941 c->srsets = 1; in cpu_probe()
H A Dtraps.c2071 int srssets = current_cpu_data.srsets; in set_vi_handler()
/linux/arch/mips/include/asm/
H A Dcpu-info.h80 int srsets; /* Shadow register sets */ member