Searched refs:PR_TSC_SIGSEGV (Results 1 – 3 of 3) sorted by relevance
22 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro29 [PR_TSC_SIGSEGV] = "PR_TSC_SIGSEGV",84 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
27 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro70 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in task()
27 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro44 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask()