Searched refs:fpcntl (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/arch/m68k/kernel/ |
| D | process.c | 192 "m" (p->thread.fpcntl[0]), in copy_thread() 193 "m" (p->thread.fpcntl[1]), in copy_thread() 194 "m" (p->thread.fpcntl[2]) in copy_thread() 201 "m" (p->thread.fpcntl[0]) in copy_thread() 220 memcpy(fpu->fpcntl, current->thread.fpcntl, 12); in dump_fpu() 245 : "m" (fpu->fpcntl[0]), in dump_fpu() 246 "m" (fpu->fpcntl[1]), in dump_fpu() 247 "m" (fpu->fpcntl[2]), in dump_fpu() 253 : "m" (fpu->fpcntl[0]) in dump_fpu()
|
| D | signal.c | 261 memcpy(current->thread.fpcntl, sc->sc_fpcntl, 12); in restore_fpu_state() 340 if (__copy_from_user(current->thread.fpcntl, in rt_restore_fpu_state() 433 memcpy(sc->sc_fpcntl, current->thread.fpcntl, 12); in save_fpu_state() 491 current->thread.fpcntl, 12); in rt_save_fpu_state()
|
| D | asm-offsets.c | 38 DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl)); in main()
|
| /Linux-v5.10/arch/m68k/include/asm/ |
| D | user.h | 34 unsigned long fpcntl[3]; /* fp control regs */ member
|
| D | processor.h | 88 unsigned long fpcntl[3]; /* fp control regs */ member
|