Searched refs:PR_TSC_SIGSEGV (Results 1 – 8 of 8) sorted by relevance
5 #if !(defined(PR_TSC_SIGSEGV) || (defined(HAVE_DECL_PR_TSC_SIGSEGV) && HAVE_DECL_PR_TSC_SIGSEGV))6 # define PR_TSC_SIGSEGV 2 macro18 XLAT(PR_TSC_SIGSEGV),
2 PR_TSC_SIGSEGV 2
56 rc = syscall(__NR_prctl, PR_SET_TSC, PR_TSC_SIGSEGV); in main()
75 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
77 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
989 #ifdef PR_TSC_SIGSEGV990 { "PR_TSC_SIGSEGV", (unsigned long) PR_TSC_SIGSEGV },