Home
last modified time | relevance | path

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

/Linux-v5.15/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()
/Linux-v5.15/arch/x86/kernel/fpu/
Dxstate.c957 static void copy_feature(bool from_xstate, struct membuf *to, void *xstate, in copy_feature()
1212 void xsaves(struct xregs_state *xstate, u64 mask) in xsaves()
1237 void xrstors(struct xregs_state *xstate, u64 mask) in xrstors()
/Linux-v5.15/arch/sh/include/asm/
Dprocessor_32.h107 union thread_xstate *xstate; member
/Linux-v5.15/drivers/net/ppp/
Dppp_generic.c123 unsigned int xstate; /* transmit state bits 68 */ member
3165 void *xstate, *rstate; in ppp_ccp_closed() local