Home
last modified time | relevance | path

Searched refs:PR_SET_TSC (Results 1 – 12 of 12) sorted by relevance

/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.c20 #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()
Ddisable-tsc-on-off-stress-test.c25 #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()
Ddisable-tsc-ctxt-sw-stress-test.c25 #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/
Dprctl_options.h71 #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),
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.h75 #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.c310 case PR_SET_TSC: in SYS_FUNC()