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

/linux-master/tools/testing/selftests/prctl/
H A Ddisable-tsc-test.c3 * Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
5 * Basic test to test behaviour of PR_GET_TSC and PR_SET_TSC
19 #ifndef PR_GET_TSC
20 #define PR_GET_TSC 25 macro
46 printf("prctl(PR_GET_TSC, &tsc_val); ");
49 if ( prctl(PR_GET_TSC, &tsc_val) == -1)
68 printf("prctl(PR_GET_TSC, &tsc_val); ");
71 if ( prctl(PR_GET_TSC, &tsc_val) == -1)
H A Ddisable-tsc-ctxt-sw-stress-test.c3 * Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
24 #ifndef PR_GET_TSC
25 #define PR_GET_TSC 25 macro
H A Ddisable-tsc-on-off-stress-test.c3 * Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
24 #ifndef PR_GET_TSC
25 #define PR_GET_TSC 25 macro
/linux-master/include/uapi/linux/
H A Dprctl.h75 #define PR_GET_TSC 25 macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h75 #define PR_GET_TSC 25 macro
/linux-master/kernel/
H A Dsys.c2532 case PR_GET_TSC:

Completed in 141 milliseconds