Searched refs:fxregs_state (Results 1 – 5 of 5) sorted by relevance
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()
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()156 return fxsave_to_user_sigframe((struct fxregs_state __user *) buf); in copy_fpregs_to_sigframe()
36 struct fxregs_state { struct355 struct fxregs_state i387;371 struct fxregs_state fxsave;
23 extern void convert_to_fxsr(struct fxregs_state *fxsave,
1248 .n = sizeof(struct fxregs_state) / sizeof(long),1318 .n = sizeof(struct fxregs_state) / sizeof(u32),