Searched refs:PR_TSC_SIGSEGV (Results 1 - 10 of 10) sorted by relevance

/external/strace/xlat/
H A Dpr_tsc.h5 #if !(defined(PR_TSC_SIGSEGV) || (defined(HAVE_DECL_PR_TSC_SIGSEGV) && HAVE_DECL_PR_TSC_SIGSEGV))
6 # define PR_TSC_SIGSEGV 2 macro
18 XLAT(PR_TSC_SIGSEGV),
/external/linux-kselftest/tools/testing/selftests/prctl/
H A Ddisable-tsc-test.c23 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
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)
H A Ddisable-tsc-ctxt-sw-stress-test.c28 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
46 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0)
H A Ddisable-tsc-on-off-stress-test.c28 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
72 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0)
/external/strace/tests/
H A Dprctl-tsc.c57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV);
58 printf("prctl(PR_SET_TSC, PR_TSC_SIGSEGV) = %s\n", sprintrc(rc));
70 printf("prctl(PR_GET_TSC, [PR_TSC_SIGSEGV]) = %s\n",
/external/strace/tests-m32/
H A Dprctl-tsc.c57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV);
58 printf("prctl(PR_SET_TSC, PR_TSC_SIGSEGV) = %s\n", sprintrc(rc));
70 printf("prctl(PR_GET_TSC, [PR_TSC_SIGSEGV]) = %s\n",
/external/strace/tests-mx32/
H A Dprctl-tsc.c57 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV);
58 printf("prctl(PR_SET_TSC, PR_TSC_SIGSEGV) = %s\n", sprintrc(rc));
70 printf("prctl(PR_GET_TSC, [PR_TSC_SIGSEGV]) = %s\n",
/external/libcap/libcap/include/uapi/linux/
H A Dprctl.h75 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/external/kernel-headers/original/uapi/linux/
H A Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/external/minijail/linux-x86/
H A Dlibconstants.gen.c989 #ifdef PR_TSC_SIGSEGV
990 { "PR_TSC_SIGSEGV", (unsigned long) PR_TSC_SIGSEGV },
991 #endif // PR_TSC_SIGSEGV

Completed in 161 milliseconds