Searched refs:fpcntl (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/m68k/kernel/ |
D | process.c | 183 "m" (p->thread.fpcntl[0]), in copy_thread() 184 "m" (p->thread.fpcntl[1]), in copy_thread() 185 "m" (p->thread.fpcntl[2]) in copy_thread() 192 "m" (p->thread.fpcntl[0]) in copy_thread() 214 memcpy(fpu->fpcntl, current->thread.fpcntl, 12); in dump_fpu() 236 : "m" (fpu->fpcntl[0]), in dump_fpu() 237 "m" (fpu->fpcntl[1]), in dump_fpu() 238 "m" (fpu->fpcntl[2]), in dump_fpu() 244 : "m" (fpu->fpcntl[0]) in dump_fpu()
|
D | signal.c | 279 memcpy(current->thread.fpcntl, sc->sc_fpcntl, 12); in restore_fpu_state() 358 if (__copy_from_user(current->thread.fpcntl, in rt_restore_fpu_state() 451 memcpy(sc->sc_fpcntl, current->thread.fpcntl, 12); in save_fpu_state() 509 current->thread.fpcntl, 12); in rt_save_fpu_state()
|
D | asm-offsets.c | 37 DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl)); in main()
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | user.h | 33 unsigned long fpcntl[3]; /* fp control regs */ member
|
D | processor.h | 93 unsigned long fpcntl[3]; /* fp control regs */ member
|