Home
last modified time | relevance | path

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

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