Home
last modified time | relevance | path

Searched refs:fxregs_state (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/x86/kernel/fpu/
H A Dlegacy.h55 static inline int fxsave_to_user_sigframe(struct fxregs_state __user *fx) in fxsave_to_user_sigframe()
64 static inline void fxrstor(struct fxregs_state *fx) in fxrstor()
72 static inline int fxrstor_safe(struct fxregs_state *fx) in fxrstor_safe()
80 static inline int fxrstor_from_user_sigframe(struct fxregs_state __user *fx) in fxrstor_from_user_sigframe()
103 static inline void fxsave(struct fxregs_state *fx) in fxsave()
H A Dregset.c95 struct fxregs_state newstate; in xfpregs_set()
285 static inline u32 twd_fxsr_to_i387(struct fxregs_state *fxsave) in twd_fxsr_to_i387()
332 struct fxregs_state *fxsave) in __convert_from_fxsr()
373 void convert_to_fxsr(struct fxregs_state *fxsave, in convert_to_fxsr()
405 struct fxregs_state fxsave, *fx; in fpregs_get()
H A Dinit.c105 static struct fxregs_state fxregs __initdata; in fpu__init_system_mxcsr()
196 size = sizeof(struct fxregs_state); in fpu__init_system_xstate_size_legacy()
H A Dsignal.c27 static inline bool check_xstate_in_sigframe(struct fxregs_state __user *fxbuf, in check_xstate_in_sigframe()
30 int min_xstate_size = sizeof(struct fxregs_state) + in check_xstate_in_sigframe()
61 fx_sw->xstate_size = sizeof(struct fxregs_state); in check_xstate_in_sigframe()
164 return fxsave_to_user_sigframe((struct fxregs_state __user *) buf); in copy_fpregs_to_sigframe()
H A Dxstate.c224 xstate_sizes[XFEATURE_FP] = offsetof(struct fxregs_state, in setup_xstate_cache()
228 xstate_sizes[XFEATURE_SSE] = sizeof_field(struct fxregs_state, in setup_xstate_cache()
1067 const unsigned int off_mxcsr = offsetof(struct fxregs_state, mxcsr); in __copy_xstate_to_uabi_buf()
1257 offset = offsetof(struct fxregs_state, mxcsr); in copy_uabi_to_xstate()
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dtypes.h34 struct fxregs_state { struct
334 struct fxregs_state i387;
350 struct fxregs_state fxsave;
H A Dsignal.h23 extern void convert_to_fxsr(struct fxregs_state *fxsave,
/openbmc/linux/arch/x86/kernel/
H A Dptrace.c1248 .n = sizeof(struct fxregs_state) / sizeof(long),
1318 .n = sizeof(struct fxregs_state) / sizeof(u32),
/openbmc/linux/arch/x86/events/
H A Dperf_event.h979 struct fxregs_state i387;
/openbmc/linux/arch/x86/kvm/
H A Demulate.c3719 return offsetof(struct fxregs_state, xmm_space[0]) + nregs * 16; in __fxstate_size()
3752 struct fxregs_state fx_state; in em_fxsave()
3779 static noinline int fxregs_fixup(struct fxregs_state *fx_state, in fxregs_fixup()
3782 struct fxregs_state fx_tmp; in fxregs_fixup()
3794 struct fxregs_state fx_state; in em_fxrstor()
H A Dx86.c11760 struct fxregs_state *fxsave; in kvm_arch_vcpu_ioctl_get_fpu()
11783 struct fxregs_state *fxsave; in kvm_arch_vcpu_ioctl_set_fpu()