Home
last modified time | relevance | path

Searched defs:xstate (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/fpu/
Dinternal.h265 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() local
378 static inline int os_xrstor_safe(struct xregs_state *xstate, u64 mask) in os_xrstor_safe()
/arch/x86/kernel/fpu/
Dxstate.c964 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()
/arch/sh/include/asm/
Dprocessor_32.h108 union thread_xstate *xstate; member