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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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",
81 printf("prctl(PR_SET_TSC, PR_TSC_SIGSEGV)\n");
84 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1)
H A 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)
H A 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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dprctl.h75 # define PR_TSC_SIGSEGV 2 /* throw a SIGSEGV instead of reading the TSC */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dprocess.c170 val = PR_TSC_SIGSEGV;
179 if (val == PR_TSC_SIGSEGV)

Completed in 71 milliseconds