Home
last modified time | relevance | path

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

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