Home
last modified time | relevance | path

Searched refs:PR_GET_TSC (Results 1 – 25 of 30) sorted by relevance

12

/external/strace/tests-m32/
Dprctl-tsc.c36 #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/
Dprctl-tsc.c36 #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/
Dprctl-tsc.c36 #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/
Ddisable-tsc-test.c19 #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()
Ddisable-tsc-on-off-stress-test.c24 #ifndef PR_GET_TSC
25 #define PR_GET_TSC 25 macro
Ddisable-tsc-ctxt-sw-stress-test.c24 #ifndef PR_GET_TSC
25 #define PR_GET_TSC 25 macro
/external/strace/xlat/
Dprctl_options.h160 #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),
Dprctl_options.in23 PR_GET_TSC 25
/external/libcap/libcap/include/uapi/linux/
Dprctl.h72 #define PR_GET_TSC 25 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h75 #define PR_GET_TSC 25 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c857 #ifdef PR_GET_TSC
858 { "PR_GET_TSC", (unsigned long) PR_GET_TSC },
/external/strace/
Dprctl.c185 case PR_GET_TSC: in SYS_FUNC()
/external/syzkaller/sys/linux/
Dsys_386.const405 PR_GET_TSC = 25
Dsys_amd64.const405 PR_GET_TSC = 25
Dsys_arm.const405 PR_GET_TSC = 25
Dsys_ppc64le.const405 PR_GET_TSC = 25
Dsys_arm64.const405 PR_GET_TSC = 25
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1041 PR_GET_TSC = 0x19 const
Dzerrors_linux_mipsle.go1298 PR_GET_TSC = 0x19 const
Dzerrors_linux_s390x.go1297 PR_GET_TSC = 0x19 const
Dzerrors_linux_arm.go1297 PR_GET_TSC = 0x19 const
Dzerrors_linux_ppc64le.go1300 PR_GET_TSC = 0x19 const
Dzerrors_linux_mips64.go1298 PR_GET_TSC = 0x19 const
Dzerrors_linux_ppc64.go1300 PR_GET_TSC = 0x19 const
Dzerrors_linux_amd64.go1299 PR_GET_TSC = 0x19 const

12