Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/fpu/
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()
Dregset.c94 struct fxregs_state newstate; in xfpregs_set()
204 static inline u32 twd_fxsr_to_i387(struct fxregs_state *fxsave) in twd_fxsr_to_i387()
251 struct fxregs_state *fxsave) in __convert_from_fxsr()
292 void convert_to_fxsr(struct fxregs_state *fxsave, in convert_to_fxsr()
324 struct fxregs_state fxsave, *fx; in fpregs_get()
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()
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()
Dxstate.c222 xstate_sizes[XFEATURE_FP] = offsetof(struct fxregs_state, in setup_xstate_cache()
226 xstate_sizes[XFEATURE_SSE] = sizeof_field(struct fxregs_state, in setup_xstate_cache()
1061 const unsigned int off_mxcsr = offsetof(struct fxregs_state, mxcsr); in __copy_xstate_to_uabi_buf()
1252 offset = offsetof(struct fxregs_state, mxcsr); in copy_uabi_to_xstate()
/linux-6.1.9/arch/x86/include/asm/fpu/
Dtypes.h34 struct fxregs_state { struct
322 struct fxregs_state i387;
338 struct fxregs_state fxsave;
Dsignal.h30 extern void convert_to_fxsr(struct fxregs_state *fxsave,
/linux-6.1.9/arch/x86/kernel/
Dptrace.c1226 .n = sizeof(struct fxregs_state) / sizeof(long),
1273 .n = sizeof(struct fxregs_state) / sizeof(u32),
/linux-6.1.9/arch/x86/events/
Dperf_event.h975 struct fxregs_state i387;
/linux-6.1.9/arch/x86/kvm/
Demulate.c4063 return offsetof(struct fxregs_state, xmm_space[0]) + nregs * 16; in __fxstate_size()
4096 struct fxregs_state fx_state; in em_fxsave()
4123 static noinline int fxregs_fixup(struct fxregs_state *fx_state, in fxregs_fixup()
4126 struct fxregs_state fx_tmp; in fxregs_fixup()
4138 struct fxregs_state fx_state; in em_fxrstor()
Dx86.c11732 struct fxregs_state *fxsave; in kvm_arch_vcpu_ioctl_get_fpu()
11755 struct fxregs_state *fxsave; in kvm_arch_vcpu_ioctl_set_fpu()