Searched refs:fpstate (Results 1 - 25 of 36) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsigcontext.c18 if(from->fpstate != NULL)
19 to->fpstate = (struct _fpstate *) (to + 1);
21 to->fpstate = NULL;
H A Dsignal.c148 to_fp = to->fpstate;
151 from_fp = to->fpstate;
152 to->fpstate = to_fp;
167 from_fp = from->fpstate;
176 err |= copy_to_user(&to->fpstate, &to_fp, sizeof(to->fpstate));
259 err |= __put_user(fp, &frame->uc.uc_mcontext.fpstate);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsigframe.h6 struct _fpstate fpstate; member in struct:sigframe
19 struct _fpstate fpstate; member in struct:rt_sigframe
H A Dsignal.c155 err |= __get_user(buf, &sc->fpstate);
242 setup_sigcontext(struct sigcontext __user *sc, struct _fpstate __user *fpstate, argument
269 tmp = save_i387(fpstate);
273 err |= __put_user(tmp ? fpstate : NULL, &sc->fpstate);
341 err = setup_sigcontext(&frame->sc, &frame->fpstate, regs, set->sig[0]);
444 err |= setup_sigcontext(&frame->uc.uc_mcontext, &frame->fpstate,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dfpa11.h25 #define GET_FPA11() ((FPA11 *)(&current_thread_info()->fpstate))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsigcontext.c18 if(from->fpstate != NULL)
19 to->fpstate = (struct _fpstate *) (to + 1);
31 struct _fpstate *from = sc->fpstate, *to = (struct _fpstate *) buf;
H A Dsignal.c51 err |= copy_from_user(fpregs, sc.fpstate, sizeof(fpregs));
103 sc.fpstate = to_fp;
115 /* These copy a sigcontext to/from userspace. They copy the fpstate pointer,
118 * fpstate pointer, and the sigcontext that it should be restored to are both
131 to_fp = to->fpstate;
134 from_fp = to->fpstate;
136 to->fpstate = to_fp;
150 from_fp = from->fpstate;
160 err |= copy_to_user(&to->fpstate, &to_fp, sizeof(to->fpstate));
203 struct _fpstate fpstate; member in struct:sigframe
216 struct _fpstate fpstate; member in struct:rt_sigframe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dsigcontext.h79 struct _fpstate __user * fpstate; member in struct:sigcontext
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dsigcontext.h51 struct _fpstate __user *fpstate; /* zero when no FPU context */ member in struct:sigcontext
H A Dsigcontext32.h66 unsigned int fpstate; /* really (struct _fpstate_ia32 *) */ member in struct:sigcontext_ia32
H A Dia32.h137 struct _fpstate_ia32 fpstate; member in struct:sigframe32
149 struct _fpstate_ia32 fpstate; member in struct:rt_sigframe32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Ducontext.h4 #include <asm/fpstate.h>
H A Dthread_info.h16 #include <asm/fpstate.h>
64 union fp_state fpstate __attribute__((aligned(8))); member in struct:thread_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dthread_info.h22 #include <asm/fpstate.h>
54 union fp_state fpstate; member in struct:thread_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsignal.c19 * (Note: fpstate in the signal context is completely ignored for the emulator
252 unsigned char fpstate[FPCONTEXT_SIZE]; local
269 if (__get_user(*(long *)fpstate, (long __user *)&uc->uc_fpstate))
271 if (CPU_IS_060 ? fpstate[2] : fpstate[0]) {
273 context_size = fpstate[1];
275 if (!CPU_IS_060 && (fpstate[0] != fpu_version))
290 if (!(fpstate[3] == 0x00 ||
291 fpstate[3] == 0x60 ||
292 fpstate[
600 unsigned char fpstate[FPCONTEXT_SIZE]; local
[all...]
H A Dprocess.c268 asm volatile ("fsave %0" : : "m" (p->thread.fpstate[0]) : "memory");
270 if (!CPU_IS_060 ? p->thread.fpstate[0] : p->thread.fpstate[2])
276 asm volatile ("frestore %0" : : "m" (p->thread.fpstate[0]));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Delfcore32.h105 struct ia32_user_i387_struct *fpstate = (void*)fpu; local
113 save_ia32_fpstate(tsk, (struct ia32_user_i387_struct __user *) fpstate);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dfpa11.h25 #define GET_FPA11() ((FPA11 *)(&current_thread_info()->fpstate))
H A Dfpmodule.c63 nwfpe_init_fpa(&thread->fpstate);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dia32_signal.c172 struct _fpstate_ia32 fpstate; member in struct:sigframe
185 struct _fpstate_ia32 fpstate; member in struct:rt_sigframe
250 err |= __get_user(tmp, &sc->fpstate);
344 ia32_setup_sigcontext(struct sigcontext_ia32 __user *sc, struct _fpstate_ia32 __user *fpstate, argument
375 tmp = save_i387_ia32(current, fpstate, regs, 0);
381 err |= __put_user(ptr_to_compat(tmp ? fpstate : NULL),
382 &sc->fpstate);
438 err |= ia32_setup_sigcontext(&frame->sc, &frame->fpstate, regs,
546 err |= ia32_setup_sigcontext(&frame->uc.uc_mcontext, &frame->fpstate,
H A Dia32_binfmt.c170 struct _fpstate_ia32 *fpstate = (void*)fpu; local
180 save_i387_ia32(tsk, fpstate, regs, 1);
183 fpstate->cssel |= fpstate->tag & 0xffff0000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dsignal.c19 * (Note: fpstate in the signal context is completely ignored for the emulator
220 unsigned char fpstate[FPCONTEXT_SIZE]; local
237 if (__get_user(*(long *)fpstate, (long *)&uc->uc_fpstate))
239 if (fpstate[0]) {
240 context_size = fpstate[1];
243 if (fpstate[0] != fpu_version)
257 __copy_from_user(fpstate + 4, (long *)&uc->uc_fpstate + 1,
262 ".chip 68k" : : "m" (*fpstate));
449 unsigned char fpstate[FPCONTEXT_SIZE]; local
466 : : "m" (*fpstate)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dasm-offsets.c52 DEFINE(TI_FPSTATE, offsetof(struct thread_info, fpstate));
55 DEFINE(TI_IWMMXT_STATE, offsetof(struct thread_info, fpstate.iwmmxt));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dprocessor.h69 unsigned char fpstate[FPSTATESIZE]; /* floating point state */ member in struct:thread_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dprocessor.h72 unsigned char fpstate[FPSTATESIZE]; /* floating point state */ member in struct:thread_struct

Completed in 152 milliseconds

12