Searched refs:PR_TSC_SIGSEGV (Results 1 – 14 of 14) sorted by relevance
/external/strace/xlat/ |
D | pr_tsc.h | 13 #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),
|
D | pr_tsc.in | 2 PR_TSC_SIGSEGV 2
|
/external/linux-kselftest/tools/testing/selftests/prctl/ |
D | disable-tsc-test.c | 23 # 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()
|
D | disable-tsc-on-off-stress-test.c | 28 # 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()
|
D | disable-tsc-ctxt-sw-stress-test.c | 28 # 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/ |
D | prctl-tsc.c | 57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
|
/external/strace/tests-mx32/ |
D | prctl-tsc.c | 57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
|
/external/strace/tests-m32/ |
D | prctl-tsc.c | 57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 77 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 4027 #ifdef PR_TSC_SIGSEGV 4028 { "PR_TSC_SIGSEGV", (unsigned long) PR_TSC_SIGSEGV },
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1089 pub const PR_TSC_SIGSEGV: ::c_int = 2; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1638 pub const PR_TSC_SIGSEGV: ::c_int = 2; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2555 pub const PR_TSC_SIGSEGV: ::c_int = 2; constant
|