Home
last modified time | relevance | path

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

/linux/arch/m68k/kernel/
A Dsignal.c266 if (CPU_IS_060 ? sc->sc_fpstate[2] : sc->sc_fpstate[0]) { in restore_fpu_state()
273 !(sc->sc_fpstate[1] == 0x18 || sc->sc_fpstate[1] == 0xb4)) in restore_fpu_state()
276 !(sc->sc_fpstate[1] == 0x38 || sc->sc_fpstate[1] == 0xd4)) in restore_fpu_state()
279 if (!(sc->sc_fpstate[1] == 0x00 || in restore_fpu_state()
284 if (!(sc->sc_fpstate[3] == 0x00 || in restore_fpu_state()
286 sc->sc_fpstate[3] == 0xe0)) in restore_fpu_state()
291 sc->sc_fpstate[0] == 0xe5)) in restore_fpu_state()
323 : : "m" (*sc->sc_fpstate)); in restore_fpu_state()
448 if (CPU_IS_060 ? sc->sc_fpstate[2] : sc->sc_fpstate[0]) { in save_fpu_state()
449 fpu_version = sc->sc_fpstate[0]; in save_fpu_state()
[all …]
/linux/arch/m68k/include/uapi/asm/
A Dsigcontext.h21 unsigned char sc_fpstate[216]; member

Completed in 5 milliseconds