/external/strace/xlat/ |
D | pr_tsc.h | 13 #if defined(PR_TSC_SIGSEGV) || (defined(HAVE_DECL_PR_TSC_SIGSEGV) && HAVE_DECL_PR_TSC_SIGSEGV) 15 static_assert((PR_TSC_SIGSEGV) == (2), "PR_TSC_SIGSEGV != 2"); 18 # define PR_TSC_SIGSEGV 2 32 XLAT(PR_TSC_SIGSEGV),
|
D | pr_tsc.in | 2 PR_TSC_SIGSEGV 2
|
/external/linux-kselftest/tools/testing/selftests/prctl/ |
D | disable-tsc-test.c | 23 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro 30 [PR_TSC_SIGSEGV] = "PR_TSC_SIGSEGV", 86 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
|
D | disable-tsc-on-off-stress-test.c | 28 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro 72 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in task()
|
D | disable-tsc-ctxt-sw-stress-test.c | 28 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro 46 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask()
|
/external/strace/tests-m32/ |
D | prctl-tsc.c | 57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
|
/external/strace/tests-mx32/ |
D | prctl-tsc.c | 57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
|
/external/strace/tests/ |
D | prctl-tsc.c | 57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
|
/external/libcap/libcap/include/uapi/linux/ |
D | prctl.h | 75 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 989 #ifdef PR_TSC_SIGSEGV 990 { "PR_TSC_SIGSEGV", (unsigned long) PR_TSC_SIGSEGV },
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1092 PR_TSC_SIGSEGV = 0x2 const
|
D | zerrors_linux_mips64le.go | 1361 PR_TSC_SIGSEGV = 0x2 const
|
D | zerrors_linux_ppc64.go | 1363 PR_TSC_SIGSEGV = 0x2 const
|
D | zerrors_linux_arm.go | 1360 PR_TSC_SIGSEGV = 0x2 const
|
D | zerrors_linux_mips64.go | 1361 PR_TSC_SIGSEGV = 0x2 const
|
D | zerrors_linux_ppc64le.go | 1363 PR_TSC_SIGSEGV = 0x2 const
|
D | zerrors_linux_arm64.go | 1363 PR_TSC_SIGSEGV = 0x2 const
|
D | zerrors_linux_386.go | 1362 PR_TSC_SIGSEGV = 0x2 const
|
D | zerrors_linux_mips.go | 1361 PR_TSC_SIGSEGV = 0x2 const
|
D | zerrors_linux_s390x.go | 1360 PR_TSC_SIGSEGV = 0x2 const
|
D | zerrors_linux_mipsle.go | 1361 PR_TSC_SIGSEGV = 0x2 const
|
D | zerrors_linux_amd64.go | 1362 PR_TSC_SIGSEGV = 0x2 const
|