/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tprctl.c | 23 # define PR_MCE_KILL_SET 1 macro 77 if (prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_LATE, 0, 0, 0) < 0) in main() 78 err("PR_MCE_KILL_SET late"); in main() 80 if (prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_EARLY, 0, 0, 0) < 0) in main() 81 err("PR_MCE_KILL_SET early"); in main()
|
H A D | ttranshuge.c | 78 #define PR_MCE_KILL_SET 1 macro 242 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, in prep_injection()
|
H A D | thugetlb.c | 35 #define PR_MCE_KILL_SET 1 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 | 23 # define PR_MCE_KILL_SET 1 macro 77 if (prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_LATE, 0, 0, 0) < 0) in main() 78 err("PR_MCE_KILL_SET late"); in main() 80 if (prctl(PR_MCE_KILL, PR_MCE_KILL_SET, PR_MCE_KILL_EARLY, 0, 0, 0) < 0) in main() 81 err("PR_MCE_KILL_SET early"); in main()
|
H A D | ttranshuge.c | 78 #define PR_MCE_KILL_SET 1 macro 242 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, in prep_injection()
|
H A D | thugetlb.c | 35 #define PR_MCE_KILL_SET 1 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 | 65 #define PR_MCE_KILL_SET 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | prctl.h | 65 #define PR_MCE_KILL_SET 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | prctl.h | 65 #define PR_MCE_KILL_SET 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | prctl.h | 65 #define PR_MCE_KILL_SET 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | prctl.h | 65 #define PR_MCE_KILL_SET 1 macro
|
/third_party/musl/include/sys/ |
H A D | prctl.h | 65 #define PR_MCE_KILL_SET 1 macro
|
/third_party/rust/crates/rustix/src/process/ |
H A D | prctl.rs | 563 const PR_MCE_KILL_SET: usize = 1; consts 576 (PR_MCE_KILL_SET, policy as usize as *mut _) in set_machine_check_memory_corruption_kill_policy()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1096 pub const PR_MCE_KILL_SET: ::c_int = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1232 pub const PR_MCE_KILL_SET: u32 = 1; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2579 pub const PR_MCE_KILL_SET: ::c_int = 1; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 1990 pub const PR_MCE_KILL_SET: ::c_int = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1235 pub const PR_MCE_KILL_SET: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1227 pub const PR_MCE_KILL_SET: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1245 pub const PR_MCE_KILL_SET: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1240 pub const PR_MCE_KILL_SET: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1237 pub const PR_MCE_KILL_SET: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1232 pub const PR_MCE_KILL_SET: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 1221 pub const PR_MCE_KILL_SET: u32 = 1; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 1445 pub const PR_MCE_KILL_SET: u32 = 1; consts
|