Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dmpx.h12 #define MPX_INVALID_BOUNDS_DIR ((void __user *)-1) macro
67 return (mm->bd_addr != MPX_INVALID_BOUNDS_DIR); in kernel_managing_mpx_tables()
75 mm->bd_addr = MPX_INVALID_BOUNDS_DIR; in mpx_mm_init()
/linux-4.1.27/arch/x86/mm/
Dmpx.c331 return MPX_INVALID_BOUNDS_DIR; in task_get_bounds_dir()
338 return MPX_INVALID_BOUNDS_DIR; in task_get_bounds_dir()
346 return MPX_INVALID_BOUNDS_DIR; in task_get_bounds_dir()
353 return MPX_INVALID_BOUNDS_DIR; in task_get_bounds_dir()
365 void __user *bd_base = MPX_INVALID_BOUNDS_DIR; in mpx_enable_management()
382 if (mm->bd_addr == MPX_INVALID_BOUNDS_DIR) in mpx_enable_management()
397 mm->bd_addr = MPX_INVALID_BOUNDS_DIR; in mpx_disable_management()