Searched refs:PR_TSC_SIGSEGV (Results 1 – 5 of 5) sorted by relevance
22 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro29 [PR_TSC_SIGSEGV] = "PR_TSC_SIGSEGV",85 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 */ macro71 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 */ macro45 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask()
77 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
172 val = PR_TSC_SIGSEGV; in get_tsc_mode()181 if (val == PR_TSC_SIGSEGV) in set_tsc_mode()