Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/include/asm/
Dpsr.h53 static inline unsigned int get_fsr(void) in get_fsr() function
/linux-5.19.10/arch/sparc/kernel/
Dcpu.c452 fpu_vers = get_psr() & PSR_EF ? ((get_fsr() >> 17) & 0x7) : 7; in cpu_type_probe()
454 fpu_vers = ((get_fsr() >> 17) & 0x7); in cpu_type_probe()