Searched refs:fpu_version (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 211 .fpu_version = 0x00000000, 220 .fpu_version = 0x00000000, 229 .fpu_version = 0x00000000, 238 .fpu_version = 0x00000000, 247 .fpu_version = 0x00000000, 256 .fpu_version = 0x00000000, 265 .fpu_version = 0x00000000, 274 .fpu_version = 0x00000000, 283 .fpu_version = 0x00000000, 292 .fpu_version = 0x00000000, [all …]
|
H A D | cpu.h | 227 uint32_t fpu_version; member
|
H A D | fop_helper.c | 551 fsr |= env->def.fpu_version; in cpu_get_fsr()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | signal.c | 253 static unsigned char fpu_version; /* version number of fpu, set by setup_frame */ variable 269 (sc->sc_fpstate[0] != fpu_version)) in restore_fpu_state() 357 (fpstate[0] != fpu_version)) in rt_restore_fpu_state() 449 fpu_version = sc->sc_fpstate[0]; in save_fpu_state() 512 fpu_version = fpstate[0]; in rt_save_fpu_state()
|