Home
last modified time | relevance | path

Searched refs:PR_TSC_SIGSEGV (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dpr_tsc.h13 #if defined(PR_TSC_SIGSEGV) || (defined(HAVE_DECL_PR_TSC_SIGSEGV) && HAVE_DECL_PR_TSC_SIGSEGV)
15 static_assert((PR_TSC_SIGSEGV) == (2), "PR_TSC_SIGSEGV != 2");
18 # define PR_TSC_SIGSEGV 2
32 XLAT(PR_TSC_SIGSEGV),
Dpr_tsc.in2 PR_TSC_SIGSEGV 2
/external/linux-kselftest/tools/testing/selftests/prctl/
Ddisable-tsc-test.c23 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
30 [PR_TSC_SIGSEGV] = "PR_TSC_SIGSEGV",
86 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
Ddisable-tsc-on-off-stress-test.c28 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
72 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in task()
Ddisable-tsc-ctxt-sw-stress-test.c28 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
46 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask()
/external/strace/tests/
Dprctl-tsc.c57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
/external/strace/tests-mx32/
Dprctl-tsc.c57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
/external/strace/tests-m32/
Dprctl-tsc.c57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
/external/libcap/libcap/include/uapi/linux/
Dprctl.h77 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c4027 #ifdef PR_TSC_SIGSEGV
4028 { "PR_TSC_SIGSEGV", (unsigned long) PR_TSC_SIGSEGV },
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1089 pub const PR_TSC_SIGSEGV: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1638 pub const PR_TSC_SIGSEGV: ::c_int = 2; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2555 pub const PR_TSC_SIGSEGV: ::c_int = 2; constant