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

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

Completed in 204 milliseconds