Home
last modified time | relevance | path

Searched refs:fpcntl (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/m68k/kernel/
Dprocess.c173 "m" (p->thread.fpcntl[0]), in copy_thread()
174 "m" (p->thread.fpcntl[1]), in copy_thread()
175 "m" (p->thread.fpcntl[2]) in copy_thread()
182 "m" (p->thread.fpcntl[0]) in copy_thread()
201 memcpy(fpu->fpcntl, current->thread.fpcntl, 12); in dump_fpu()
226 : "m" (fpu->fpcntl[0]), in dump_fpu()
227 "m" (fpu->fpcntl[1]), in dump_fpu()
228 "m" (fpu->fpcntl[2]), in dump_fpu()
234 : "m" (fpu->fpcntl[0]) in dump_fpu()
Dsignal.c262 memcpy(current->thread.fpcntl, sc->sc_fpcntl, 12); in restore_fpu_state()
341 if (__copy_from_user(current->thread.fpcntl, in rt_restore_fpu_state()
434 memcpy(sc->sc_fpcntl, current->thread.fpcntl, 12); in save_fpu_state()
492 current->thread.fpcntl, 12); in rt_save_fpu_state()
Dasm-offsets.c38 DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl)); in main()
/Linux-v4.19/arch/m68k/include/asm/
Duser.h34 unsigned long fpcntl[3]; /* fp control regs */ member
Dprocessor.h94 unsigned long fpcntl[3]; /* fp control regs */ member