Searched refs:PR_TSC_SIGSEGV (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/Documentation/prctl/
H A Ddisable-tsc-test.c22 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
29 [PR_TSC_SIGSEGV] = "PR_TSC_SIGSEGV",
82 printf("prctl(PR_SET_TSC, PR_TSC_SIGSEGV)\n"); main()
85 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) main()
H A Ddisable-tsc-ctxt-sw-stress-test.c27 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
45 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) segvtask()
H A Ddisable-tsc-on-off-stress-test.c27 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
71 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) task()
/linux-4.4.14/arch/x86/kernel/
H A Dprocess.c172 val = PR_TSC_SIGSEGV; get_tsc_mode()
181 if (val == PR_TSC_SIGSEGV) set_tsc_mode()
/linux-4.4.14/include/uapi/linux/
H A Dprctl.h77 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro

Completed in 83 milliseconds