Searched refs:_fpstate (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsigframe.h6 struct _fpstate fpstate;
19 struct _fpstate fpstate;
H A Di387.c185 static int convert_fxsr_to_user( struct _fpstate __user *buf,
219 struct _fpstate __user *buf )
256 static inline int save_i387_fsave( struct _fpstate __user *buf )
268 static int save_i387_fxsave( struct _fpstate __user *buf )
289 int save_i387( struct _fpstate __user *buf )
310 static inline int restore_i387_fsave( struct _fpstate __user *buf )
318 static int restore_i387_fxsave( struct _fpstate __user *buf )
330 int restore_i387( struct _fpstate __user *buf )
361 return convert_fxsr_to_user( (struct _fpstate __user *)buf,
375 (struct _fpstate __use
[all...]
H A Dsignal.c154 struct _fpstate __user * buf;
242 setup_sigcontext(struct sigcontext __user *sc, struct _fpstate __user *fpstate,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dmath_emu.h6 int restore_i387_soft(void *s387, struct _fpstate __user *buf);
7 int save_i387_soft(void *s387, struct _fpstate __user *buf);
H A Dsigcontext.h9 * The first part of "struct _fpstate" is just the normal i387
35 struct _fpstate { struct
79 struct _fpstate __user * fpstate;
H A Di387.h129 extern int save_i387( struct _fpstate __user *buf );
130 extern int restore_i387( struct _fpstate __user *buf );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Duser-offsets.c41 OFFSET(HOST_SC_FP_CW, _fpstate, cw);
42 OFFSET(HOST_SC_FP_SW, _fpstate, sw);
43 OFFSET(HOST_SC_FP_TAG, _fpstate, tag);
44 OFFSET(HOST_SC_FP_IPOFF, _fpstate, ipoff);
45 OFFSET(HOST_SC_FP_CSSEL, _fpstate, cssel);
46 OFFSET(HOST_SC_FP_DATAOFF, _fpstate, dataoff);
47 OFFSET(HOST_SC_FP_DATASEL, _fpstate, datasel);
48 OFFSET(HOST_SC_FP_ST, _fpstate, _st);
49 OFFSET(HOST_SC_FXSR_ENV, _fpstate, _fxsr_env);
H A Dsigcontext.c17 memcpy(to, from, sizeof(*to) + sizeof(struct _fpstate));
19 to->fpstate = (struct _fpstate *) (to + 1);
31 struct _fpstate *from = sc->fpstate, *to = (struct _fpstate *) buf;
H A Dsignal.c67 int copy_sc_to_user_skas(struct sigcontext __user *to, struct _fpstate __user *to_fp,
102 to_fp = (to_fp ? to_fp : (struct _fpstate __user *) (to + 1));
126 struct _fpstate *to_fp;
127 struct _fpstate __user *from_fp;
142 int copy_sc_to_user_tt(struct sigcontext __user *to, struct _fpstate __user *fp,
145 struct _fpstate __user *to_fp;
146 struct _fpstate *from_fp;
149 to_fp = (fp ? fp : (struct _fpstate __user *) (to + 1));
172 sizeof(struct _fpstate)),
177 static int copy_sc_to_user(struct sigcontext __user *to, struct _fpstate __use
[all...]
H A Dptrace.c241 static inline int convert_fxsr_to_user_tt(struct _fpstate __user *buf,
271 static inline int convert_fxsr_to_user(struct _fpstate __user *buf,
279 struct _fpstate __user *buf)
310 struct _fpstate __user *buf)
319 err = convert_fxsr_to_user((struct _fpstate __user *) buf,
330 (struct _fpstate __user *) buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dsigcontext.h10 struct _fpstate { struct
51 struct _fpstate __user *fpstate; /* zero when no FPU context */
H A Di387.h26 extern int save_i387(struct _fpstate __user *buf);
180 static inline int restore_i387(struct _fpstate __user *buf)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsigcontext.c15 int size = sizeof(*to); /* + sizeof(struct _fpstate); */
19 to->fpstate = (struct _fpstate *) (to + 1);
H A Dsignal.c88 struct _fpstate __user *to_fp,
143 struct _fpstate *to_fp;
144 struct _fpstate __user *from_fp;
159 int copy_sc_to_user_tt(struct sigcontext __user *to, struct _fpstate __user *fp,
162 struct _fpstate __user *to_fp;
163 struct _fpstate *from_fp;
166 to_fp = (fp ? fp : (struct _fpstate __user *) (to + 1));
189 sizeof(struct _fpstate)),
195 struct _fpstate __user *fp,
218 struct _fpstate __use
[all...]
H A Duser-offsets.c55 DEFINE(HOST_FP_SIZE, sizeof(struct _fpstate) / sizeof(unsigned long));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/sysdep-i386/
H A Dsc.h41 #define SC_FP_ST(sc) SC_FP_OFFSET_PTR(sc, SC_FP_ST, struct _fpstate)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Di387.c80 int save_i387(struct _fpstate __user *buf)
H A Dsignal.c96 struct _fpstate __user * buf;
220 struct _fpstate __user *fp = NULL;
225 fp = get_stack(ka, regs, sizeof(struct _fpstate));
229 if (!access_ok(VERIFY_WRITE, fp, sizeof(struct _fpstate)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/math-emu/
H A Dfpu_entry.c683 int restore_i387_soft(void *s387, struct _fpstate __user *buf)
729 int save_i387_soft(void *s387, struct _fpstate __user * buf)

Completed in 163 milliseconds