Home
last modified time | relevance | path

Searched refs:PR_MCE_KILL_SET (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dpr_mce_kill.h5 #if !(defined(PR_MCE_KILL_SET) || (defined(HAVE_DECL_PR_MCE_KILL_SET) && HAVE_DECL_PR_MCE_KILL_SET))
6 # define PR_MCE_KILL_SET 1 macro
18 XLAT(PR_MCE_KILL_SET),
Dpr_mce_kill.in2 PR_MCE_KILL_SET 1
/external/libcap/libcap/include/uapi/linux/
Dprctl.h97 # define PR_MCE_KILL_SET 1 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h99 # define PR_MCE_KILL_SET 1 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c881 #ifdef PR_MCE_KILL_SET
882 { "PR_MCE_KILL_SET", (unsigned long) PR_MCE_KILL_SET },
/external/strace/
Dprctl.c234 if (PR_MCE_KILL_SET == arg2) in SYS_FUNC()