Home
last modified time | relevance | path

Searched refs:PR_TSC_ENABLE (Results 1 – 20 of 20) sorted by relevance

/external/strace/xlat/
Dpr_tsc.h6 #if defined(PR_TSC_ENABLE) || (defined(HAVE_DECL_PR_TSC_ENABLE) && HAVE_DECL_PR_TSC_ENABLE)
8 static_assert((PR_TSC_ENABLE) == (1), "PR_TSC_ENABLE != 1");
11 # define PR_TSC_ENABLE 1
31 XLAT(PR_TSC_ENABLE),
Dpr_tsc.in1 PR_TSC_ENABLE 1
/external/linux-kselftest/tools/testing/selftests/prctl/
Ddisable-tsc-test.c22 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
29 [PR_TSC_ENABLE] = "PR_TSC_ENABLE",
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()
Ddisable-tsc-on-off-stress-test.c27 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
50 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in sigsegv_cb()
Ddisable-tsc-ctxt-sw-stress-test.c27 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
67 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in rdtsctask()
/external/libcap/libcap/include/uapi/linux/
Dprctl.h74 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h77 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
/external/minijail/linux-x86/
Dlibconstants.gen.c986 #ifdef PR_TSC_ENABLE
987 { "PR_TSC_ENABLE", (unsigned long) PR_TSC_ENABLE },
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1091 PR_TSC_ENABLE = 0x1 const
Dzerrors_linux_mips64le.go1360 PR_TSC_ENABLE = 0x1 const
Dzerrors_linux_ppc64.go1362 PR_TSC_ENABLE = 0x1 const
Dzerrors_linux_arm.go1359 PR_TSC_ENABLE = 0x1 const
Dzerrors_linux_mips64.go1360 PR_TSC_ENABLE = 0x1 const
Dzerrors_linux_ppc64le.go1362 PR_TSC_ENABLE = 0x1 const
Dzerrors_linux_arm64.go1362 PR_TSC_ENABLE = 0x1 const
Dzerrors_linux_386.go1361 PR_TSC_ENABLE = 0x1 const
Dzerrors_linux_mips.go1360 PR_TSC_ENABLE = 0x1 const
Dzerrors_linux_s390x.go1359 PR_TSC_ENABLE = 0x1 const
Dzerrors_linux_mipsle.go1360 PR_TSC_ENABLE = 0x1 const
Dzerrors_linux_amd64.go1361 PR_TSC_ENABLE = 0x1 const