Home
last modified time | relevance | path

Searched refs:MPX_INVALID_BOUNDS_DIR (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dmpx.h12 #define MPX_INVALID_BOUNDS_DIR ((void __user *)-1) macro
62 return (mm->bd_addr != MPX_INVALID_BOUNDS_DIR); in kernel_managing_mpx_tables()
70 mm->bd_addr = MPX_INVALID_BOUNDS_DIR; in mpx_mm_init()
/arch/x86/mm/
Dmpx.c313 return MPX_INVALID_BOUNDS_DIR; in mpx_get_bounds_dir()
321 return MPX_INVALID_BOUNDS_DIR; in mpx_get_bounds_dir()
328 return MPX_INVALID_BOUNDS_DIR; in mpx_get_bounds_dir()
340 void __user *bd_base = MPX_INVALID_BOUNDS_DIR; in mpx_enable_management()
358 if (mm->bd_addr == MPX_INVALID_BOUNDS_DIR) in mpx_enable_management()
373 mm->bd_addr = MPX_INVALID_BOUNDS_DIR; in mpx_disable_management()