/external/strace/tests-m32/ |
D | prctl-tsc.c | 36 #if defined __NR_prctl && defined PR_GET_TSC && defined PR_SET_TSC 60 rc = syscall(__NR_prctl, PR_GET_TSC, NULL); in main() 63 rc = syscall(__NR_prctl, PR_GET_TSC, tsc + 1); in main() 66 rc = syscall(__NR_prctl, PR_GET_TSC, tsc); in main()
|
/external/strace/tests/ |
D | prctl-tsc.c | 36 #if defined __NR_prctl && defined PR_GET_TSC && defined PR_SET_TSC 60 rc = syscall(__NR_prctl, PR_GET_TSC, NULL); in main() 63 rc = syscall(__NR_prctl, PR_GET_TSC, tsc + 1); in main() 66 rc = syscall(__NR_prctl, PR_GET_TSC, tsc); in main()
|
/external/strace/tests-mx32/ |
D | prctl-tsc.c | 36 #if defined __NR_prctl && defined PR_GET_TSC && defined PR_SET_TSC 60 rc = syscall(__NR_prctl, PR_GET_TSC, NULL); in main() 63 rc = syscall(__NR_prctl, PR_GET_TSC, tsc + 1); in main() 66 rc = syscall(__NR_prctl, PR_GET_TSC, tsc); in main()
|
/external/linux-kselftest/tools/testing/selftests/prctl/ |
D | disable-tsc-test.c | 19 #ifndef PR_GET_TSC 20 #define PR_GET_TSC 25 macro 49 if ( prctl(PR_GET_TSC, &tsc_val) == -1) in sigsegv_cb() 71 if ( prctl(PR_GET_TSC, &tsc_val) == -1) in main()
|
D | disable-tsc-on-off-stress-test.c | 24 #ifndef PR_GET_TSC 25 #define PR_GET_TSC 25 macro
|
D | disable-tsc-ctxt-sw-stress-test.c | 24 #ifndef PR_GET_TSC 25 #define PR_GET_TSC 25 macro
|
/external/strace/xlat/ |
D | prctl_options.h | 160 #if defined(PR_GET_TSC) || (defined(HAVE_DECL_PR_GET_TSC) && HAVE_DECL_PR_GET_TSC) 162 static_assert((PR_GET_TSC) == (25), "PR_GET_TSC != 25"); 165 # define PR_GET_TSC 25 396 XLAT(PR_GET_TSC),
|
D | prctl_options.in | 23 PR_GET_TSC 25
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 72 #define PR_GET_TSC 25 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 75 #define PR_GET_TSC 25 macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 857 #ifdef PR_GET_TSC 858 { "PR_GET_TSC", (unsigned long) PR_GET_TSC },
|
/external/strace/ |
D | prctl.c | 185 case PR_GET_TSC: in SYS_FUNC()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 405 PR_GET_TSC = 25
|
D | sys_amd64.const | 405 PR_GET_TSC = 25
|
D | sys_arm.const | 405 PR_GET_TSC = 25
|
D | sys_ppc64le.const | 405 PR_GET_TSC = 25
|
D | sys_arm64.const | 405 PR_GET_TSC = 25
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1041 PR_GET_TSC = 0x19 const
|
D | zerrors_linux_mipsle.go | 1298 PR_GET_TSC = 0x19 const
|
D | zerrors_linux_s390x.go | 1297 PR_GET_TSC = 0x19 const
|
D | zerrors_linux_arm.go | 1297 PR_GET_TSC = 0x19 const
|
D | zerrors_linux_ppc64le.go | 1300 PR_GET_TSC = 0x19 const
|
D | zerrors_linux_mips64.go | 1298 PR_GET_TSC = 0x19 const
|
D | zerrors_linux_ppc64.go | 1300 PR_GET_TSC = 0x19 const
|
D | zerrors_linux_amd64.go | 1299 PR_GET_TSC = 0x19 const
|