Home
last modified time | relevance | path

Searched refs:PR_SET_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
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/
Dprctl-tsc.c36 #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/
Dprctl-tsc.c36 #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/
Ddisable-tsc-test.c21 #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()
Ddisable-tsc-on-off-stress-test.c26 #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()
Ddisable-tsc-ctxt-sw-stress-test.c26 #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/
Dprctl_options.h167 #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),
Dprctl_options.in24 PR_SET_TSC 26
/external/libcap/libcap/include/uapi/linux/
Dprctl.h73 #define PR_SET_TSC 26 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h76 #define PR_SET_TSC 26 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c968 #ifdef PR_SET_TSC
969 { "PR_SET_TSC", (unsigned long) PR_SET_TSC },
/external/strace/
Dprctl.c377 case PR_SET_TSC: in SYS_FUNC()
/external/syzkaller/sys/linux/
Dsys_386.const431 PR_SET_TSC = 26
Dsys_amd64.const431 PR_SET_TSC = 26
Dsys_ppc64le.const431 PR_SET_TSC = 26
Dsys_arm.const431 PR_SET_TSC = 26
Dsys_arm64.const431 PR_SET_TSC = 26
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1085 PR_SET_TSC = 0x1a const
Dzerrors_linux_mips64le.go1343 PR_SET_TSC = 0x1a const
Dzerrors_linux_ppc64.go1345 PR_SET_TSC = 0x1a const
Dzerrors_linux_arm.go1342 PR_SET_TSC = 0x1a const
Dzerrors_linux_mips64.go1343 PR_SET_TSC = 0x1a const
Dzerrors_linux_ppc64le.go1345 PR_SET_TSC = 0x1a const
Dzerrors_linux_arm64.go1345 PR_SET_TSC = 0x1a const
Dzerrors_linux_386.go1344 PR_SET_TSC = 0x1a const

12