Searched defs:fxsave (Results 1 – 5 of 5) sorted by relevance
53 static inline unsigned long twd_fxsr_to_i387(struct user_fxsr_struct *fxsave) in twd_fxsr_to_i387()99 struct user_fxsr_struct *fxsave) in convert_fxsr_to_user()131 static int convert_fxsr_from_user(struct user_fxsr_struct *fxsave, in convert_fxsr_from_user()
254 static inline u32 twd_fxsr_to_i387(struct i387_fxsave_struct *fxsave) in twd_fxsr_to_i387()302 struct i387_fxsave_struct *fxsave = &tsk->thread.xstate->fxsave; in convert_from_fxsr() local342 struct i387_fxsave_struct *fxsave = &tsk->thread.xstate->fxsave; in convert_to_fxsr() local
3832 struct fxsave { struct3833 u16 cwd;3834 u16 swd;3835 u16 twd;3836 u16 fop;3837 u64 rip;3838 u64 rdp;3839 u32 mxcsr;3840 u32 mxcsr_mask;3841 u32 st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */[all …]
135 static inline void fxsave(struct task_struct *tsk) in fxsave() function
374 struct i387_fxsave_struct fxsave; member