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

/linux-master/tools/testing/selftests/prctl/
H A Ddisable-tsc-test.c22 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
29 [PR_TSC_ENABLE] = "PR_TSC_ENABLE",
53 printf("prctl(PR_SET_TSC, PR_TSC_ENABLE)\n");
55 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1)
76 printf("prctl(PR_SET_TSC, PR_TSC_ENABLE)\n");
79 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1)
H A Ddisable-tsc-ctxt-sw-stress-test.c27 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
67 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0)
H A Ddisable-tsc-on-off-stress-test.c27 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
50 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0)
/linux-master/include/uapi/linux/
H A Dprctl.h77 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h77 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
/linux-master/arch/x86/kernel/
H A Dprocess.c314 val = PR_TSC_ENABLE;
323 else if (val == PR_TSC_ENABLE)

Completed in 133 milliseconds