Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dprctl.h185 #define PR_MPX_ENABLE_MANAGEMENT 43 macro
/linux-4.1.27/Documentation/x86/
Dintel_mpx.txt38 bit) and notifies the kernel (via the new prctl(PR_MPX_ENABLE_MANAGEMENT))
73 * calls a new prctl(PR_MPX_ENABLE_MANAGEMENT) to notify the kernel to
213 155 #define PR_MPX_ENABLE_MANAGEMENT 43
222 into struct mm_struct to be used in future during PR_MPX_ENABLE_MANAGEMENT
/linux-4.1.27/kernel/
Dsys.c2230 case PR_MPX_ENABLE_MANAGEMENT: in SYSCALL_DEFINE5()