Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/kernel/
Dsignal.c279 memcpy(current->thread.fpcntl, sc->sc_fpcntl, 12); in restore_fpu_state()
321 "m" (sc->sc_fpcntl[0]), in restore_fpu_state()
322 "m" (sc->sc_fpcntl[1]), in restore_fpu_state()
323 "m" (sc->sc_fpcntl[2])); in restore_fpu_state()
331 "m" (*sc->sc_fpcntl)); in restore_fpu_state()
451 memcpy(sc->sc_fpcntl, current->thread.fpcntl, 12); in save_fpu_state()
482 "=m" (sc->sc_fpcntl[0]), in save_fpu_state()
483 "=m" (sc->sc_fpcntl[1]), in save_fpu_state()
484 "=m" (sc->sc_fpcntl[2]) in save_fpu_state()
493 "=m" (*sc->sc_fpcntl) in save_fpu_state()
/linux-4.1.27/arch/m68k/include/uapi/asm/
Dsigcontext.h19 unsigned long sc_fpcntl[3]; member