Searched refs:i387_fxsave_struct (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Di387.h85 static inline void clear_fpu_state(struct i387_fxsave_struct *fx)
95 static inline int restore_fpu_checking(struct i387_fxsave_struct *fx)
116 static inline int save_i387_checking(struct i387_fxsave_struct __user *fx)
132 if (unlikely(err) && __clear_user(fx, sizeof(struct i387_fxsave_struct)))
182 return restore_fpu_checking((__force struct i387_fxsave_struct *)buf);
H A Dprocessor.h159 struct i387_fxsave_struct { struct
174 struct i387_fxsave_struct fxsave;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Di387.c32 memset(&current->thread.i387.fxsave, 0, sizeof(struct i387_fxsave_struct));
69 memset(&child->thread.i387.fxsave, 0, sizeof(struct i387_fxsave_struct));
95 err = save_i387_checking((struct i387_fxsave_struct __user *)buf);
100 sizeof(struct i387_fxsave_struct)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dptrace.c157 struct i387_fxsave_struct { struct
191 static inline unsigned long twd_fxsr_to_i387( struct i387_fxsave_struct *fxsave )
244 struct i387_fxsave_struct *fxsave = SC_FXSR_ENV(PT_REGS_SC(regs));
281 struct i387_fxsave_struct *fxsave = SC_FXSR_ENV(PT_REGS_SC(regs));
339 struct i387_fxsave_struct *fxsave = SC_FXSR_ENV(PT_REGS_SC(regs));
358 struct i387_fxsave_struct *fxsave = SC_FXSR_ENV(PT_REGS_SC(regs));
394 struct i387_fxsave_struct *fpu = SC_FXSR_ENV(PT_REGS_SC(regs));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dfpu32.c27 static inline unsigned long twd_fxsr_to_i387(struct i387_fxsave_struct *fxsave)
74 static inline int convert_fxsr_from_user(struct i387_fxsave_struct *fxsave,
108 struct i387_fxsave_struct *fxsave,
156 sizeof(struct i387_fxsave_struct)))
181 sizeof(struct i387_fxsave_struct));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Di387.c34 memset(&current->thread.i387.fxsave, 0, sizeof(struct i387_fxsave_struct));
52 memset(&tsk->thread.i387.fxsave, 0, sizeof(struct i387_fxsave_struct));
102 static inline unsigned long twd_fxsr_to_i387( struct i387_fxsave_struct *fxsave )
186 struct i387_fxsave_struct *fxsave )
218 static int convert_fxsr_from_user( struct i387_fxsave_struct *fxsave,
284 sizeof(struct i387_fxsave_struct) ) )
324 sizeof(struct i387_fxsave_struct) );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h252 struct i387_fxsave_struct { struct
284 struct i387_fxsave_struct fxsave;

Completed in 92 milliseconds