Searched refs:PR_TSC_SIGSEGV (Results 1 – 6 of 6) 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
312 val = PR_TSC_SIGSEGV; in get_tsc_mode()321 if (val == PR_TSC_SIGSEGV) in set_tsc_mode()