Home
last modified time | relevance | path

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

/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/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-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/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.h75 #define PR_SET_TSC 26 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h76 #define PR_SET_TSC 26 macro
/external/strace/
Dprctl.c377 case PR_SET_TSC: in SYS_FUNC()
/external/minijail/linux-x86/
Dlibconstants.gen.c3988 #ifdef PR_SET_TSC
3989 { "PR_SET_TSC", (unsigned long) PR_SET_TSC },
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1087 pub const PR_SET_TSC: ::c_int = 26; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1636 pub const PR_SET_TSC: ::c_int = 26; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2553 pub const PR_SET_TSC: ::c_int = 26; constant