Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/kernel/
Dsignal.c239 if (CPU_IS_060 ? sc->sc_fpstate[2] : sc->sc_fpstate[0]) { in restore_fpu_state()
241 if (!CPU_IS_060 && (sc->sc_fpstate[0] != fpu_version)) in restore_fpu_state()
245 !(sc->sc_fpstate[1] == 0x18 || sc->sc_fpstate[1] == 0xb4)) in restore_fpu_state()
248 !(sc->sc_fpstate[1] == 0x38 || sc->sc_fpstate[1] == 0xd4)) in restore_fpu_state()
251 if (!(sc->sc_fpstate[1] == 0x00 || in restore_fpu_state()
252 sc->sc_fpstate[1] == 0x28 || in restore_fpu_state()
253 sc->sc_fpstate[1] == 0x60)) in restore_fpu_state()
256 if (!(sc->sc_fpstate[3] == 0x00 || in restore_fpu_state()
257 sc->sc_fpstate[3] == 0x60 || in restore_fpu_state()
258 sc->sc_fpstate[3] == 0xe0)) in restore_fpu_state()
[all …]
/linux-2.4.37.9/include/asm-m68k/
Dsigcontext.h16 unsigned char sc_fpstate[216]; member