Home
last modified time | relevance | path

Searched refs:PR_MCE_KILL_SET (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtprctl.c23 # 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 Dttranshuge.c78 #define PR_MCE_KILL_SET 1 macro
242 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, in prep_injection()
H A Dthugetlb.c35 #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 Dtprctl.c23 # 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 Dttranshuge.c78 #define PR_MCE_KILL_SET 1 macro
242 prctl(PR_MCE_KILL, PR_MCE_KILL_SET, in prep_injection()
H A Dthugetlb.c35 #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 Dprctl.h65 #define PR_MCE_KILL_SET 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h65 #define PR_MCE_KILL_SET 1 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h65 #define PR_MCE_KILL_SET 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h65 #define PR_MCE_KILL_SET 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h65 #define PR_MCE_KILL_SET 1 macro
/third_party/musl/include/sys/
H A Dprctl.h65 #define PR_MCE_KILL_SET 1 macro
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs563 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 Dmod.rs1096 pub const PR_MCE_KILL_SET: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1232 pub const PR_MCE_KILL_SET: u32 = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2579 pub const PR_MCE_KILL_SET: ::c_int = 1; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1990 pub const PR_MCE_KILL_SET: ::c_int = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1235 pub const PR_MCE_KILL_SET: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1227 pub const PR_MCE_KILL_SET: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1245 pub const PR_MCE_KILL_SET: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1240 pub const PR_MCE_KILL_SET: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1237 pub const PR_MCE_KILL_SET: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1232 pub const PR_MCE_KILL_SET: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1221 pub const PR_MCE_KILL_SET: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1445 pub const PR_MCE_KILL_SET: u32 = 1; consts

Completed in 142 milliseconds

12