Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dhwpoison.rst86 PR_MCE_KILL_EARLY:
94 指定线程上调用prctl(PR_MCE_KILL_EARLY)。否则,SIGBUS将被发送到主线程。
/openbmc/qemu/system/
H A Dcpus.c62 #ifndef PR_MCE_KILL_EARLY
63 #define PR_MCE_KILL_EARLY 1 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.h103 # define PR_MCE_KILL_EARLY 1 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h103 # define PR_MCE_KILL_EARLY 1 macro
/openbmc/linux/Documentation/mm/
H A Dhwpoison.rst91 PR_MCE_KILL_EARLY:
100 call prctl(PR_MCE_KILL_EARLY) on the designated thread. Otherwise,
/openbmc/linux/kernel/
H A Dsys.c2557 if (arg3 == PR_MCE_KILL_EARLY) in SYSCALL_DEFINE5()
2576 PR_MCE_KILL_EARLY : PR_MCE_KILL_LATE; in SYSCALL_DEFINE5()