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

/linux-master/tools/testing/selftests/prctl/
H A Ddisable-tsc-test.c23 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
30 [PR_TSC_SIGSEGV] = "PR_TSC_SIGSEGV",
83 printf("prctl(PR_SET_TSC, PR_TSC_SIGSEGV)\n");
86 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1)
H A Ddisable-tsc-ctxt-sw-stress-test.c28 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
46 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0)
H A Ddisable-tsc-on-off-stress-test.c28 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
72 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0)
/linux-master/include/uapi/linux/
H A Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h78 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/linux-master/arch/x86/kernel/
H A Dprocess.c312 val = PR_TSC_SIGSEGV;
321 if (val == PR_TSC_SIGSEGV)

Completed in 280 milliseconds