Home
last modified time | relevance | path

Searched refs:xsave_struct (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Dxsave.h47 struct xsave_struct *fx = &fpu->state->xsave; in fpu_xrstor_checking()
64 static inline int xsave_user(struct xsave_struct __user *buf) in xsave_user()
96 static inline int xrestore_user(struct xsave_struct __user *buf, u64 mask) in xrestore_user()
99 struct xsave_struct *xstate = ((__force struct xsave_struct *)buf); in xrestore_user()
119 static inline void xrstor_state(struct xsave_struct *fx, u64 mask) in xrstor_state()
129 static inline void xsave_state(struct xsave_struct *fx, u64 mask) in xsave_state()
Dprocessor.h362 struct xsave_struct { struct
373 struct xsave_struct xsave; argument
/linux-2.6.39/arch/x86/kernel/
Dxsave.c22 static struct xsave_struct *init_xstate_buf;
398 __alignof__(struct xsave_struct)); in setup_xstate_init()