HomeSort by relevance Sort by last modified time
    Searched refs:PR_MCE_KILL (Results 1 - 18 of 18) sorted by null

  /external/libcap/libcap/include/uapi/linux/
prctl.h 95 #define PR_MCE_KILL 33
  /external/strace/xlat/
prctl_options.h 216 #if defined(PR_MCE_KILL) || (defined(HAVE_DECL_PR_MCE_KILL) && HAVE_DECL_PR_MCE_KILL)
218 static_assert((PR_MCE_KILL) == (33), "PR_MCE_KILL != 33");
221 # define PR_MCE_KILL 33
404 XLAT(PR_MCE_KILL),
  /bionic/libc/kernel/uapi/linux/
prctl.h 73 #define PR_MCE_KILL 33
  /external/kernel-headers/original/uapi/linux/
prctl.h 98 #define PR_MCE_KILL 33
  /external/minijail/linux-x86/
libconstants.gen.c 863 #ifdef PR_MCE_KILL
864 { "PR_MCE_KILL", (unsigned long) PR_MCE_KILL },
865 #endif // PR_MCE_KILL
    [all...]
  /external/strace/
prctl.c 42 #include "xlat/pr_mce_kill.h"
295 case PR_MCE_KILL:
297 printxval64(pr_mce_kill, arg2, "PR_MCE_KILL_???");
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 748 milliseconds