Searched refs:sc_fpcntl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | signal.c | 261 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() [all...] |
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | signal.c | 261 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() [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/ |
H A D | sigcontext.h | 20 unsigned long sc_fpcntl[3]; member
|
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/ |
H A D | sigcontext.h | 20 unsigned long sc_fpcntl[3]; member
|
Completed in 2 milliseconds