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

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

Completed in 124 milliseconds