OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PR_TSC_ENABLE
(Results
1 - 18
of
18
) sorted by null
/external/linux-kselftest/tools/testing/selftests/prctl/
disable-tsc-ctxt-sw-stress-test.c
27
# define
PR_TSC_ENABLE
1 /* allow the use of the timestamp counter */
67
if (prctl(PR_SET_TSC,
PR_TSC_ENABLE
) < 0)
disable-tsc-on-off-stress-test.c
27
# define
PR_TSC_ENABLE
1 /* allow the use of the timestamp counter */
50
if (prctl(PR_SET_TSC,
PR_TSC_ENABLE
) < 0)
disable-tsc-test.c
22
# define
PR_TSC_ENABLE
1 /* allow the use of the timestamp counter */
29
[
PR_TSC_ENABLE
] = "
PR_TSC_ENABLE
",
53
printf("prctl(PR_SET_TSC,
PR_TSC_ENABLE
)\n");
55
if ( prctl(PR_SET_TSC,
PR_TSC_ENABLE
) == -1)
76
printf("prctl(PR_SET_TSC,
PR_TSC_ENABLE
)\n");
79
if ( prctl(PR_SET_TSC,
PR_TSC_ENABLE
) == -1)
/external/libcap/libcap/include/uapi/linux/
prctl.h
74
# define
PR_TSC_ENABLE
1 /* allow the use of the timestamp counter */
/bionic/libc/kernel/uapi/linux/
prctl.h
65
#define
PR_TSC_ENABLE
1
/external/kernel-headers/original/uapi/linux/
prctl.h
77
# define
PR_TSC_ENABLE
1 /* allow the use of the timestamp counter */
/external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go
[
all
...]
zerrors_linux_amd64.go
[
all
...]
zerrors_linux_arm.go
[
all
...]
zerrors_linux_arm64.go
[
all
...]
zerrors_linux_mips.go
[
all
...]
zerrors_linux_mips64.go
[
all
...]
zerrors_linux_mips64le.go
[
all
...]
zerrors_linux_mipsle.go
[
all
...]
zerrors_linux_ppc64.go
[
all
...]
zerrors_linux_ppc64le.go
[
all
...]
zerrors_linux_s390x.go
[
all
...]
zerrors_linux_sparc64.go
[
all
...]
Completed in 270 milliseconds