Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/kernel/
H A Dsignal.c261 memcpy(current->thread.fpcntl, sc->sc_fpcntl, 12); in restore_fpu_state()
303 "m" (sc->sc_fpcntl[0]), in restore_fpu_state()
304 "m" (sc->sc_fpcntl[1]), in restore_fpu_state()
305 "m" (sc->sc_fpcntl[2])); in restore_fpu_state()
313 "m" (*sc->sc_fpcntl)); in restore_fpu_state()
433 memcpy(sc->sc_fpcntl, current->thread.fpcntl, 12); in save_fpu_state()
464 "=m" (sc->sc_fpcntl[0]), in save_fpu_state()
465 "=m" (sc->sc_fpcntl[1]), in save_fpu_state()
466 "=m" (sc->sc_fpcntl[2]) in save_fpu_state()
475 "=m" (*sc->sc_fpcntl) in save_fpu_state()
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dsigcontext.h20 unsigned long sc_fpcntl[3]; member