Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dmpx.h59 int mpx_handle_bd_fault(void);
79 static inline int mpx_handle_bd_fault(void) in mpx_handle_bd_fault() function
/linux-4.4.14/arch/x86/mm/
Dmpx.c519 int mpx_handle_bd_fault(void) in mpx_handle_bd_fault() function
/linux-4.4.14/arch/x86/kernel/
Dtraps.c399 if (mpx_handle_bd_fault()) in do_bounds()