Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Dpsr.h53 static inline unsigned int get_fsr(void) in get_fsr() function
/openbmc/linux/arch/sparc/kernel/
H A 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()
/openbmc/qemu/target/sparc/
H A Dmachine.c86 static int get_fsr(QEMUFile *f, void *opaque, size_t size, in get_fsr() function
108 .get = get_fsr,
H A Dhelper.h42 DEF_HELPER_FLAGS_1(get_fsr, TCG_CALL_NO_WG_SE, tl, env)