Searched refs:fxregs_state (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/arch/x86/kernel/fpu/ |
A D | legacy.h | 55 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()
|
A D | regset.c | 94 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()
|
A D | init.c | 105 static struct fxregs_state fxregs __initdata; in fpu__init_system_mxcsr() 196 size = sizeof(struct fxregs_state); in fpu__init_system_xstate_size_legacy()
|
A D | signal.c | 27 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()
|
A D | xstate.c | 222 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.3-rc2/arch/x86/include/asm/fpu/ |
A D | types.h | 34 struct fxregs_state { struct 322 struct fxregs_state i387; 338 struct fxregs_state fxsave;
|
A D | signal.h | 23 extern void convert_to_fxsr(struct fxregs_state *fxsave,
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | ptrace.c | 1247 .n = sizeof(struct fxregs_state) / sizeof(long), 1306 .n = sizeof(struct fxregs_state) / sizeof(u32),
|
/linux-6.3-rc2/arch/x86/events/ |
A D | perf_event.h | 979 struct fxregs_state i387;
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | emulate.c | 3713 return offsetof(struct fxregs_state, xmm_space[0]) + nregs * 16; in __fxstate_size() 3746 struct fxregs_state fx_state; in em_fxsave() 3773 static noinline int fxregs_fixup(struct fxregs_state *fx_state, in fxregs_fixup() 3776 struct fxregs_state fx_tmp; in fxregs_fixup() 3788 struct fxregs_state fx_state; in em_fxrstor()
|
A D | x86.c | 11614 struct fxregs_state *fxsave; in kvm_arch_vcpu_ioctl_get_fpu() 11637 struct fxregs_state *fxsave; in kvm_arch_vcpu_ioctl_set_fpu()
|
Completed in 54 milliseconds