Home
last modified time | relevance | path

Searched defs:fxsave (Results 1 – 5 of 5) sorted by relevance

/arch/um/sys-i386/
Dsignal.c53 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()
/arch/x86/kernel/
Di387.c254 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() local
342 struct i387_fxsave_struct *fxsave = &tsk->thread.xstate->fxsave; in convert_to_fxsr() local
/arch/x86/kvm/
Dx86.c3832 struct fxsave { struct
3833 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 …]
/arch/x86/include/asm/
Di387.h135 static inline void fxsave(struct task_struct *tsk) in fxsave() function
Dprocessor.h374 struct i387_fxsave_struct fxsave; member