Home
last modified time | relevance | path

Searched refs:PR_MCE_KILL (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dprctl_options.h92 #if !(defined(PR_MCE_KILL) || (defined(HAVE_DECL_PR_MCE_KILL) && HAVE_DECL_PR_MCE_KILL))
93 # define PR_MCE_KILL 33 macro
179 XLAT(PR_MCE_KILL),
Dprctl_options.in31 PR_MCE_KILL 33
/external/libcap/libcap/include/uapi/linux/
Dprctl.h95 #define PR_MCE_KILL 33 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h97 #define PR_MCE_KILL 33 macro
/external/strace/
Dprctl.c193 case PR_MCE_KILL: in SYS_FUNC()