Searched defs:xstate (Results 1 – 3 of 3) sorted by relevance
265 static inline void os_xrstor_booting(struct xregs_state *xstate) in os_xrstor_booting()292 static inline void os_xsave(struct xregs_state *xstate) in os_xsave()312 static inline void os_xrstor(struct xregs_state *xstate, u64 mask) in os_xrstor()362 struct xregs_state *xstate = ((__force struct xregs_state *)buf); in xrstor_from_user_sigframe() local378 static inline int os_xrstor_safe(struct xregs_state *xstate, u64 mask) in os_xrstor_safe()
964 static void copy_feature(bool from_xstate, struct membuf *to, void *xstate, in copy_feature()1250 void xsaves(struct xregs_state *xstate, u64 mask) in xsaves()1275 void xrstors(struct xregs_state *xstate, u64 mask) in xrstors()
108 union thread_xstate *xstate; member