Home
last modified time | relevance | path

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

/linux/arch/m68k/kernel/
H A Dprocess.c195 "m" (p->thread.fpcntl[0]), in copy_thread()
196 "m" (p->thread.fpcntl[1]), in copy_thread()
197 "m" (p->thread.fpcntl[2]) in copy_thread()
204 "m" (p->thread.fpcntl[0]) in copy_thread()
223 memcpy(fpu->fpcntl, current->thread.fpcntl, 12); in elf_core_copy_task_fpregs()
248 : "m" (fpu->fpcntl[0]), in elf_core_copy_task_fpregs()
249 "m" (fpu->fpcntl[1]), in elf_core_copy_task_fpregs()
250 "m" (fpu->fpcntl[2]), in elf_core_copy_task_fpregs()
256 : "m" (fpu->fpcntl[0]) in elf_core_copy_task_fpregs()
H A Dsignal.c263 memcpy(current->thread.fpcntl, sc->sc_fpcntl, 12); in restore_fpu_state()
342 if (__copy_from_user(current->thread.fpcntl, in rt_restore_fpu_state()
435 memcpy(sc->sc_fpcntl, current->thread.fpcntl, 12); in save_fpu_state()
493 current->thread.fpcntl, 12); in rt_save_fpu_state()
H A Dasm-offsets.c38 DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl)); in main()
/linux/arch/m68k/include/asm/
H A Duser.h34 unsigned long fpcntl[3]; /* fp control regs */ member
H A Dprocessor.h114 unsigned long fpcntl[3]; /* fp control regs */ member