Home
last modified time | relevance | path

Searched refs:PR_TSC_SIGSEGV (Results 1 - 25 of 26) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/prctl/
H A Dprctl10.c16 * - Pass PR_TSC_SIGSEGV to arg2 to generate a SIGSEGV when read.
31 [PR_TSC_SIGSEGV] = "PR_TSC_SIGSEGV",
39 TCASE_ENTRY(PR_TSC_SIGSEGV)
96 if (expected_status(status, tc->read_stat == PR_TSC_SIGSEGV ? SIGSEGV : 0)) in verify_prctl()
/third_party/ltp/include/lapi/
H A Dprctl.h26 # define PR_TSC_SIGSEGV 2 macro
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs436 const PR_TSC_SIGSEGV: u32 = 2; consts
445 RaiseSIGSEGV = PR_TSC_SIGSEGV,
454 PR_TSC_SIGSEGV => Ok(Self::RaiseSIGSEGV), in try_from()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dprctl.h54 #define PR_TSC_SIGSEGV 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dprctl.h54 #define PR_TSC_SIGSEGV 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dprctl.h54 #define PR_TSC_SIGSEGV 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dprctl.h54 #define PR_TSC_SIGSEGV 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dprctl.h54 #define PR_TSC_SIGSEGV 2 macro
/third_party/musl/include/sys/
H A Dprctl.h54 #define PR_TSC_SIGSEGV 2 macro
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1083 pub const PR_TSC_SIGSEGV: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1223 pub const PR_TSC_SIGSEGV: u32 = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2566 pub const PR_TSC_SIGSEGV: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1977 pub const PR_TSC_SIGSEGV: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1226 pub const PR_TSC_SIGSEGV: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1218 pub const PR_TSC_SIGSEGV: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1236 pub const PR_TSC_SIGSEGV: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1231 pub const PR_TSC_SIGSEGV: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1228 pub const PR_TSC_SIGSEGV: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1223 pub const PR_TSC_SIGSEGV: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1212 pub const PR_TSC_SIGSEGV: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1436 pub const PR_TSC_SIGSEGV: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1221 pub const PR_TSC_SIGSEGV: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1444 pub const PR_TSC_SIGSEGV: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1222 pub const PR_TSC_SIGSEGV: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1215 pub const PR_TSC_SIGSEGV: u32 = 2; consts

Completed in 204 milliseconds

12