Searched refs:PR_SET_TSC (Results 1 – 12 of 12) sorted by relevance
/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/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/ |
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 | 20 #define PR_SET_TSC 26 macro 54 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in sigsegv_cb() 78 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in main() 85 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
|
D | disable-tsc-on-off-stress-test.c | 25 #define PR_SET_TSC 26 macro 49 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in sigsegv_cb() 71 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in task()
|
D | disable-tsc-ctxt-sw-stress-test.c | 25 #define PR_SET_TSC 26 macro 45 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask() 66 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in rdtsctask()
|
/external/strace/xlat/ |
D | prctl_options.h | 71 #if !(defined(PR_SET_TSC) || (defined(HAVE_DECL_PR_SET_TSC) && HAVE_DECL_PR_SET_TSC)) 72 # define PR_SET_TSC 26 macro 175 XLAT(PR_SET_TSC),
|
D | prctl_options.in | 24 PR_SET_TSC 26
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 73 #define PR_SET_TSC 26 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 75 #define PR_SET_TSC 26 macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 968 #ifdef PR_SET_TSC 969 { "PR_SET_TSC", (unsigned long) PR_SET_TSC },
|
/external/strace/ |
D | prctl.c | 310 case PR_SET_TSC: in SYS_FUNC()
|