Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sparc/include/asm/
Dpsr.h76 static inline unsigned int get_fsr(void) in get_fsr() function
/linux-2.6.39/arch/sparc/kernel/
Dcpu.c327 fpu_vers = get_psr() & PSR_EF ? ((get_fsr() >> 17) & 0x7) : 7; in cpu_probe()
329 fpu_vers = ((get_fsr() >> 17) & 0x7); in cpu_probe()