/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tprctl.c | 21 #define PR_MCE_KILL 33 macro 77 if (prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_LATE, 0, 0, 0) < 0) in main() 80 if (prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_EARLY, 0, 0, 0) < 0) in main() 88 if (prctl(PR_MCE_KILL, PR_MCE_KILL_CLEAR, 0, 0,0,0) < 0) in main()
|
H A D | ttranshuge.c | 77 #define PR_MCE_KILL 33 macro 242 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, in prep_injection()
|
H A D | thugetlb.c | 33 #define PR_MCE_KILL 33 macro 248 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_EARLY, in main()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tprctl.c | 21 #define PR_MCE_KILL 33 macro 77 if (prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_LATE, 0, 0, 0) < 0) in main() 80 if (prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_EARLY, 0, 0, 0) < 0) in main() 88 if (prctl(PR_MCE_KILL, PR_MCE_KILL_CLEAR, 0, 0,0,0) < 0) in main()
|
H A D | ttranshuge.c | 77 #define PR_MCE_KILL 33 macro 242 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, in prep_injection()
|
H A D | thugetlb.c | 33 #define PR_MCE_KILL 33 macro 248 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_EARLY, in main()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | prctl.h | 63 #define PR_MCE_KILL 33 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | prctl.h | 63 #define PR_MCE_KILL 33 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | prctl.h | 63 #define PR_MCE_KILL 33 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | prctl.h | 63 #define PR_MCE_KILL 33 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | prctl.h | 63 #define PR_MCE_KILL 33 macro
|
/third_party/musl/include/sys/ |
H A D | prctl.h | 63 #define PR_MCE_KILL 33 macro
|
/third_party/rust/crates/rustix/src/process/ |
H A D | prctl.rs | 513 // PR_MCE_KILL_GET/PR_MCE_KILL 560 const PR_MCE_KILL: c_int = 33; consts 568 /// - [`prctl(PR_MCE_KILL,...)`] 570 /// [`prctl(PR_MCE_KILL,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html 581 unsafe { prctl_3args(PR_MCE_KILL, sub_operation as *mut _, policy) }.map(|_r| ()) in set_machine_check_memory_corruption_kill_policy()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1094 pub const PR_MCE_KILL: ::c_int = 33; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1230 pub const PR_MCE_KILL: u32 = 33; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2577 pub const PR_MCE_KILL: ::c_int = 33; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1988 pub const PR_MCE_KILL: ::c_int = 33; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1233 pub const PR_MCE_KILL: u32 = 33; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1225 pub const PR_MCE_KILL: u32 = 33; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1243 pub const PR_MCE_KILL: u32 = 33; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1238 pub const PR_MCE_KILL: u32 = 33; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1235 pub const PR_MCE_KILL: u32 = 33; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1230 pub const PR_MCE_KILL: u32 = 33; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 1219 pub const PR_MCE_KILL: u32 = 33; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 1443 pub const PR_MCE_KILL: u32 = 33; consts
|