Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.c213 .fpu_version = 0x00000000,
222 .fpu_version = 0x00000000,
231 .fpu_version = 0x00000000,
240 .fpu_version = 0x00000000,
249 .fpu_version = 0x00000000,
258 .fpu_version = 0x00000000,
267 .fpu_version = 0x00000000,
276 .fpu_version = 0x00000000,
285 .fpu_version = 0x00000000,
294 .fpu_version = 0x00000000,
[all …]
H A Dcpu.h229 uint32_t fpu_version; member
H A Dfop_helper.c559 fsr |= env->def.fpu_version; in cpu_get_fsr()
/openbmc/linux/arch/m68k/kernel/
H A Dsignal.c253 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()