Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dcpus.c54 #ifndef PR_MCE_KILL
55 #define PR_MCE_KILL 33 macro
403 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_EARLY, 0, 0); in qemu_init_sigbus()
/openbmc/linux/include/uapi/linux/
H A Dprctl.h98 #define PR_MCE_KILL 33 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h98 #define PR_MCE_KILL 33 macro
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dhwpoison.rst78 PR_MCE_KILL
/openbmc/linux/Documentation/mm/
H A Dhwpoison.rst83 PR_MCE_KILL
/openbmc/linux/kernel/
H A Dsys.c2546 case PR_MCE_KILL: in SYSCALL_DEFINE5()
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst453 Applications can override this setting individually with the PR_MCE_KILL prctl
/openbmc/qemu/linux-user/
H A Dsyscall.c6462 case PR_MCE_KILL: in do_prctl()