i387_fxsave_struct 43 arch/x86/kernel/i387.c static struct i387_fxsave_struct fx_scratch __cpuinitdata; i387_fxsave_struct 51 arch/x86/kernel/i387.c memset(&fx_scratch, 0, sizeof(struct i387_fxsave_struct)); i387_fxsave_struct 74 arch/x86/kernel/i387.c xstate_size = sizeof(struct i387_fxsave_struct); i387_fxsave_struct 146 arch/x86/kernel/i387.c struct i387_fxsave_struct *fx = &tsk->thread.xstate->fxsave; i387_fxsave_struct 302 arch/x86/kernel/i387.c struct i387_fxsave_struct *fxsave = &tsk->thread.xstate->fxsave; i387_fxsave_struct 342 arch/x86/kernel/i387.c struct i387_fxsave_struct *fxsave = &tsk->thread.xstate->fxsave; i387_fxsave_struct 451 arch/x86/kernel/i387.c struct i387_fxsave_struct *fx = &tsk->thread.xstate->fxsave; i387_fxsave_struct 565 arch/x86/kernel/i387.c struct i387_fxsave_struct __user *fx = i387_fxsave_struct 566 arch/x86/kernel/i387.c (struct i387_fxsave_struct __user *) &fx_user->_fxsr_env[0]; i387_fxsave_struct 600 arch/x86/kernel/i387.c return restore_i387_fxsave(buf, sizeof(struct i387_fxsave_struct)); i387_fxsave_struct 634 arch/x86/kernel/i387.c i387_fxsave_struct)); i387_fxsave_struct 32 arch/x86/kernel/xsave.c int min_xstate_size = sizeof(struct i387_fxsave_struct) + i387_fxsave_struct 197 arch/x86/kernel/xsave.c return fxrstor_checking((__force struct i387_fxsave_struct *)buf); i387_fxsave_struct 229 arch/x86/kernel/xsave.c err = fxrstor_checking((__force struct i387_fxsave_struct *) i387_fxsave_struct 253 arch/x86/kernel/xsave.c int size_extended = (xstate_size - sizeof(struct i387_fxsave_struct)) + i387_fxsave_struct 3761 arch/x86/kvm/x86.c after_mxcsr_mask = offsetof(struct i387_fxsave_struct, st_space); i387_fxsave_struct 3764 arch/x86/kvm/x86.c 0, sizeof(struct i387_fxsave_struct) - after_mxcsr_mask); i387_fxsave_struct 94 include/asm-x86/i387.h struct i387_fxsave_struct *fx = &tsk->thread.xstate->fxsave; i387_fxsave_struct 129 include/asm-x86/i387.h __clear_user(fx, sizeof(struct i387_fxsave_struct))) i387_fxsave_struct 215 include/asm-x86/i387.h struct i387_fxsave_struct *fx = &tsk->thread.xstate->fxsave; i387_fxsave_struct 258 include/asm-x86/kvm_host.h struct i387_fxsave_struct host_fx_image; i387_fxsave_struct 259 include/asm-x86/kvm_host.h struct i387_fxsave_struct guest_fx_image; i387_fxsave_struct 363 include/asm-x86/processor.h struct i387_fxsave_struct i387; i387_fxsave_struct 370 include/asm-x86/processor.h struct i387_fxsave_struct fxsave;