Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dmpx.h64 int mpx_handle_bd_fault(struct xsave_struct *xsave_buf);
85 static inline int mpx_handle_bd_fault(struct xsave_struct *xsave_buf) in mpx_handle_bd_fault() function
/linux-4.1.27/arch/x86/mm/
Dmpx.c511 int mpx_handle_bd_fault(struct xsave_struct *xsave_buf) in mpx_handle_bd_fault() function
/linux-4.1.27/arch/x86/kernel/
Dtraps.c412 if (mpx_handle_bd_fault(xsave_buf)) in do_bounds()