Home
last modified time | relevance | path

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

/linux-5.10/arch/x86/include/asm/fpu/
Dinternal.h275 static inline void copy_xregs_to_kernel_booting(struct xregs_state *xstate) in copy_xregs_to_kernel_booting()
297 static inline void copy_kernel_to_xregs_booting(struct xregs_state *xstate) in copy_kernel_to_xregs_booting()
321 static inline void copy_xregs_to_kernel(struct xregs_state *xstate) in copy_xregs_to_kernel()
339 static inline void copy_kernel_to_xregs(struct xregs_state *xstate, u64 mask) in copy_kernel_to_xregs()
384 struct xregs_state *xstate = ((__force struct xregs_state *)buf); in copy_user_to_xregs() local
400 static inline int copy_kernel_to_xregs_err(struct xregs_state *xstate, u64 mask) in copy_kernel_to_xregs_err()
/linux-5.10/arch/x86/kernel/fpu/
Dxstate.c1239 void copy_supervisor_to_kernel(struct xregs_state *xstate) in copy_supervisor_to_kernel()
1304 void copy_dynamic_supervisor_to_kernel(struct xregs_state *xstate, u64 mask) in copy_dynamic_supervisor_to_kernel()
1340 void copy_kernel_to_dynamic_supervisor(struct xregs_state *xstate, u64 mask) in copy_kernel_to_dynamic_supervisor()
/linux-5.10/arch/sh/include/asm/
Dprocessor_32.h107 union thread_xstate *xstate; member
/linux-5.10/drivers/net/ppp/
Dppp_generic.c123 unsigned int xstate; /* transmit state bits 68 */ member
2981 void *xstate, *rstate; in ppp_ccp_closed() local