Searched refs:PR_SET_TSC (Results 1 – 15 of 15) sorted by relevance
/external/strace/tests/ |
D | prctl-tsc.c | 36 #if defined __NR_prctl && defined PR_GET_TSC && defined PR_SET_TSC 50 rc = syscall(__NR_prctl, PR_SET_TSC, 0); in main() 53 rc = syscall(__NR_prctl, PR_SET_TSC, bogus_tsc); in main() 57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
|
/external/strace/tests-mx32/ |
D | prctl-tsc.c | 36 #if defined __NR_prctl && defined PR_GET_TSC && defined PR_SET_TSC 50 rc = syscall(__NR_prctl, PR_SET_TSC, 0); in main() 53 rc = syscall(__NR_prctl, PR_SET_TSC, bogus_tsc); in main() 57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
|
/external/strace/tests-m32/ |
D | prctl-tsc.c | 36 #if defined __NR_prctl && defined PR_GET_TSC && defined PR_SET_TSC 50 rc = syscall(__NR_prctl, PR_SET_TSC, 0); in main() 53 rc = syscall(__NR_prctl, PR_SET_TSC, bogus_tsc); in main() 57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
|
/external/linux-kselftest/tools/testing/selftests/prctl/ |
D | disable-tsc-test.c | 21 #define PR_SET_TSC 26 macro 55 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in sigsegv_cb() 79 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in main() 86 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
|
D | disable-tsc-on-off-stress-test.c | 26 #define PR_SET_TSC 26 macro 50 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in sigsegv_cb() 72 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in task()
|
D | disable-tsc-ctxt-sw-stress-test.c | 26 #define PR_SET_TSC 26 macro 46 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask() 67 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in rdtsctask()
|
/external/strace/xlat/ |
D | prctl_options.h | 167 #if defined(PR_SET_TSC) || (defined(HAVE_DECL_PR_SET_TSC) && HAVE_DECL_PR_SET_TSC) 169 static_assert((PR_SET_TSC) == (26), "PR_SET_TSC != 26"); 172 # define PR_SET_TSC 26 397 XLAT(PR_SET_TSC),
|
D | prctl_options.in | 24 PR_SET_TSC 26
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 75 #define PR_SET_TSC 26 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 76 #define PR_SET_TSC 26 macro
|
/external/strace/ |
D | prctl.c | 377 case PR_SET_TSC: in SYS_FUNC()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 3988 #ifdef PR_SET_TSC 3989 { "PR_SET_TSC", (unsigned long) PR_SET_TSC },
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 1087 pub const PR_SET_TSC: ::c_int = 26; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1636 pub const PR_SET_TSC: ::c_int = 26; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2553 pub const PR_SET_TSC: ::c_int = 26; constant
|