Home
last modified time | relevance | path

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

/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",
84 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
70 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
44 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask()