Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dxsave.h50 extern struct xsave_struct *init_xstate_buf;
74 static inline int xsave_state_booting(struct xsave_struct *fx, u64 mask) in xsave_state_booting()
101 static inline int xrstor_state_booting(struct xsave_struct *fx, u64 mask) in xrstor_state_booting()
127 static inline int xsave_state(struct xsave_struct *fx, u64 mask) in xsave_state()
163 static inline int xrstor_state(struct xsave_struct *fx, u64 mask) in xrstor_state()
199 static inline int fpu_xrstor_checking(struct xsave_struct *fx) in fpu_xrstor_checking()
214 static inline int xsave_user(struct xsave_struct __user *buf) in xsave_user()
238 static inline int xrestore_user(struct xsave_struct __user *buf, u64 mask) in xrestore_user()
241 struct xsave_struct *xstate = ((__force struct xsave_struct *)buf); in xrestore_user()
254 void *get_xsave_addr(struct xsave_struct *xsave, int xstate);
Dmpx.h63 struct xsave_struct *xsave_buf);
64 int mpx_handle_bd_fault(struct xsave_struct *xsave_buf);
81 struct xsave_struct *xsave_buf) in mpx_generate_siginfo()
85 static inline int mpx_handle_bd_fault(struct xsave_struct *xsave_buf) in mpx_handle_bd_fault()
Dprocessor.h415 struct xsave_struct { struct
429 struct xsave_struct xsave; argument
/linux-4.1.27/arch/x86/kernel/
Dxsave.c26 struct xsave_struct *init_xstate_buf;
142 struct xsave_struct *xsave = &tsk->thread.fpu.state->xsave; in save_fsave_header()
164 struct xsave_struct __user *x = buf; in save_xstate_epilog()
202 static inline int save_user_xstate(struct xsave_struct __user *buf) in save_user_xstate()
240 struct xsave_struct *xsave = &current->thread.fpu.state->xsave; in save_xstate_sig()
283 struct xsave_struct *xsave = &tsk->thread.fpu.state->xsave; in sanitize_restored_xstate()
543 __alignof__(struct xsave_struct)); in setup_init_fpu_buf()
716 void *get_xsave_addr(struct xsave_struct *xsave, int xstate) in get_xsave_addr()
Di387.c359 struct xsave_struct *xsave; in xstateregs_get()
389 struct xsave_struct *xsave; in xstateregs_set()
Dtraps.c375 struct xsave_struct *xsave_buf; in do_bounds()
/linux-4.1.27/arch/x86/mm/
Dmpx.c258 struct xsave_struct *xsave_buf) in mpx_generate_siginfo()
483 static int do_mpx_bt_fault(struct xsave_struct *xsave_buf) in do_mpx_bt_fault()
511 int mpx_handle_bd_fault(struct xsave_struct *xsave_buf) in mpx_handle_bd_fault()
/linux-4.1.27/arch/x86/kvm/
Dx86.c3196 struct xsave_struct *xsave = &vcpu->arch.guest_fpu.state->xsave; in fill_xsave()
3232 struct xsave_struct *xsave = &vcpu->arch.guest_fpu.state->xsave; in load_xsave()