Searched refs:PR_TSC_SIGSEGV (Results 1 – 4 of 4) sorted by relevance
23 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro30 [PR_TSC_SIGSEGV] = "PR_TSC_SIGSEGV",86 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
28 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro72 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in task()
28 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro46 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask()
78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro