Home
last modified time | relevance | path

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

/external/strace/xlat/
Dpr_mce_kill.h8 #if !(defined(PR_MCE_KILL_SET) || (defined(HAVE_DECL_PR_MCE_KILL_SET) && HAVE_DECL_PR_MCE_KILL_SET))
9 # define PR_MCE_KILL_SET 1 macro
11 XLAT(PR_MCE_KILL_SET),
Dpr_mce_kill.in2 PR_MCE_KILL_SET 1
/external/kernel-headers/original/uapi/linux/
Dprctl.h99 # define PR_MCE_KILL_SET 1 macro
/external/strace/
Dprctl.c83 if (PR_MCE_KILL_SET == tcp->u_arg[1]) in prctl_enter()