Searched refs:psr_vers (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dcpu.c22 int psr_vers; member in struct:cpu_iu_info
131 int psr_impl, psr_vers, fpu_vers; local
135 psr_vers = ((get_psr()>>24)&0xf);
144 if(linux_sparc_chips[i].psr_vers == psr_vers) {
152 psr_vers);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsrmmu.c1888 unsigned long mod_typ, mod_rev, psr_typ, psr_vers; local
1897 psr_vers = (psr >> 24) & 0xf;
1933 if (psr_typ == 0 && psr_vers == 5) {
1939 if(psr_typ == 0 && psr_vers == 4) {
1963 ((psr_vers == 0) ||
1964 ((psr_vers == 1) && (mod_typ == 0) && (mod_rev == 0)))) {
1970 if(psr_typ == 4 && psr_vers == 1 && (mod_typ || mod_rev)) {

Completed in 51 milliseconds