Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/kernel/
Dcpu.c19 int psr_vers; member
128 int psr_impl, psr_vers, fpu_vers; in cpu_probe() local
134 psr_vers = ((get_psr()>>24)&0xf); in cpu_probe()
143 if(linux_sparc_chips[i].psr_vers == psr_vers) { in cpu_probe()
151 psr_vers); in cpu_probe()
/linux-2.4.37.9/arch/sparc/mm/
Dsrmmu.c1893 unsigned long mod_typ, mod_rev, psr_typ, psr_vers; in get_srmmu_type() local
1902 psr_vers = (psr >> 24) & 0xf; in get_srmmu_type()
1938 if (psr_typ == 0 && psr_vers == 5) { in get_srmmu_type()
1944 if(psr_typ == 0 && psr_vers == 4) { in get_srmmu_type()
1968 ((psr_vers == 0) || in get_srmmu_type()
1969 ((psr_vers == 1) && (mod_typ == 0) && (mod_rev == 0)))) { in get_srmmu_type()
1975 if(psr_typ == 4 && psr_vers == 1 && (mod_typ || mod_rev)) { in get_srmmu_type()