Searched refs:xsave_buf (Results 1 – 3 of 3) sorted by relevance
63 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() argument85 static inline int mpx_handle_bd_fault(struct xsave_struct *xsave_buf) in mpx_handle_bd_fault() argument
258 struct xsave_struct *xsave_buf) in mpx_generate_siginfo() argument281 bndregs = get_xsave_addr(xsave_buf, XSTATE_BNDREGS); in mpx_generate_siginfo()483 static int do_mpx_bt_fault(struct xsave_struct *xsave_buf) in do_mpx_bt_fault() argument488 bndcsr = get_xsave_addr(xsave_buf, XSTATE_BNDCSR); in do_mpx_bt_fault()511 int mpx_handle_bd_fault(struct xsave_struct *xsave_buf) in mpx_handle_bd_fault() argument520 if (do_mpx_bt_fault(xsave_buf)) { in mpx_handle_bd_fault()
375 struct xsave_struct *xsave_buf; in do_bounds() local400 xsave_buf = &(tsk->thread.fpu.state->xsave); in do_bounds()401 bndcsr = get_xsave_addr(xsave_buf, XSTATE_BNDCSR); in do_bounds()412 if (mpx_handle_bd_fault(xsave_buf)) in do_bounds()416 info = mpx_generate_siginfo(regs, xsave_buf); in do_bounds()