OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PR_TSC_SIGSEGV
(Results
1 - 18
of
18
) sorted by null
/external/linux-kselftest/tools/testing/selftests/prctl/
disable-tsc-ctxt-sw-stress-test.c
28
# define
PR_TSC_SIGSEGV
2 /* throw a SIGSEGV instead of reading the TSC */
46
if (prctl(PR_SET_TSC,
PR_TSC_SIGSEGV
) < 0)
disable-tsc-on-off-stress-test.c
28
# define
PR_TSC_SIGSEGV
2 /* throw a SIGSEGV instead of reading the TSC */
72
if (prctl(PR_SET_TSC,
PR_TSC_SIGSEGV
) < 0)
disable-tsc-test.c
23
# define
PR_TSC_SIGSEGV
2 /* throw a SIGSEGV instead of reading the TSC */
30
[
PR_TSC_SIGSEGV
] = "
PR_TSC_SIGSEGV
",
83
printf("prctl(PR_SET_TSC,
PR_TSC_SIGSEGV
)\n");
86
if ( prctl(PR_SET_TSC,
PR_TSC_SIGSEGV
) == -1)
/external/libcap/libcap/include/uapi/linux/
prctl.h
75
# define
PR_TSC_SIGSEGV
2 /* throw a SIGSEGV instead of reading the TSC */
/bionic/libc/kernel/uapi/linux/
prctl.h
66
#define
PR_TSC_SIGSEGV
2
/external/kernel-headers/original/uapi/linux/
prctl.h
78
# define
PR_TSC_SIGSEGV
2 /* throw a SIGSEGV instead of reading the TSC */
/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 611 milliseconds