Home
last modified time | relevance | path

Searched refs:i387_fxsave_struct (Results 1 – 5 of 5) sorted by relevance

/arch/x86/kernel/
Di387.c111 static struct i387_fxsave_struct fx_scratch __cpuinitdata;
118 memset(&fx_scratch, 0, sizeof(struct i387_fxsave_struct)); in mxcsr_feature_mask_init()
146 xstate_size = sizeof(struct i387_fxsave_struct); in init_thread_xstate()
393 static inline u32 twd_fxsr_to_i387(struct i387_fxsave_struct *fxsave) in twd_fxsr_to_i387()
441 struct i387_fxsave_struct *fxsave = &tsk->thread.fpu.state->fxsave; in convert_from_fxsr()
479 struct i387_fxsave_struct *fxsave = &tsk->thread.fpu.state->fxsave; in convert_to_fxsr()
Dxsave.c41 struct i387_fxsave_struct *fx = &tsk->thread.fpu.state->fxsave; in __sanitize_i387_state()
101 static inline int check_for_xstate(struct i387_fxsave_struct __user *buf, in check_for_xstate()
105 int min_xstate_size = sizeof(struct i387_fxsave_struct) + in check_for_xstate()
205 err = fxsave_user((struct i387_fxsave_struct __user *) buf); in save_user_xstate()
367 state_size = sizeof(struct i387_fxsave_struct); in __restore_xstate_sig()
/arch/x86/include/asm/
Dfpu-internal.h110 static inline void fx_finit(struct i387_fxsave_struct *fx) in fx_finit()
162 static inline int fxsave_user(struct i387_fxsave_struct __user *fx) in fxsave_user()
173 static inline int fxrstor_checking(struct i387_fxsave_struct *fx) in fxrstor_checking()
185 static inline int fxrstor_user(struct i387_fxsave_struct __user *fx) in fxrstor_user()
Dprocessor.h312 struct i387_fxsave_struct { struct
379 struct i387_fxsave_struct i387;
387 struct i387_fxsave_struct fxsave;
/arch/x86/kvm/
Dx86.c2940 sizeof(struct i387_fxsave_struct)); in kvm_vcpu_ioctl_x86_get_xsave()
2959 guest_xsave->region, sizeof(struct i387_fxsave_struct)); in kvm_vcpu_ioctl_x86_set_xsave()
6407 struct i387_fxsave_struct *fxsave = in kvm_arch_vcpu_ioctl_get_fpu()
6424 struct i387_fxsave_struct *fxsave = in kvm_arch_vcpu_ioctl_set_fpu()