Searched refs:fpcntl (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/m68k/kernel/ |
D | process.c | 242 : : "m" (p->thread.fp[0]), "m" (p->thread.fpcntl[0]) in copy_thread() 260 memcpy(fpu->fpcntl, current->thread.fpcntl, 12); in dump_fpu() 277 :: "m" (fpu->fpcntl[0]) in dump_fpu()
|
D | m68k_defs.c | 42 DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl)); in main()
|
D | signal.c | 234 memcpy(current->thread.fpcntl, sc->sc_fpcntl, 12); in restore_fpu_state() 293 if (__copy_from_user(current->thread.fpcntl, in rt_restore_fpu_state() 602 memcpy(sc->sc_fpcntl, current->thread.fpcntl, 12); in save_fpu_state() 641 current->thread.fpcntl, 12); in rt_save_fpu_state()
|
/linux-2.4.37.9/include/asm-m68k/ |
D | user.h | 35 unsigned long fpcntl[3]; /* fp control regs */ member
|
D | processor.h | 79 unsigned long fpcntl[3]; /* fp control regs */ member
|