Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/prctl/
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",
85 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
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) in task()
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) in segvtask()
/linux-4.4.14/include/uapi/linux/
Dprctl.h77 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/linux-4.4.14/arch/x86/kernel/
Dprocess.c172 val = PR_TSC_SIGSEGV; in get_tsc_mode()
181 if (val == PR_TSC_SIGSEGV) in set_tsc_mode()