Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/kernel/
Dprocess.c242 : : "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()
Dm68k_defs.c42 DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl)); in main()
Dsignal.c234 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/
Duser.h35 unsigned long fpcntl[3]; /* fp control regs */ member
Dprocessor.h79 unsigned long fpcntl[3]; /* fp control regs */ member