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

/linux-4.4.14/Documentation/prctl/
H A Ddisable-tsc-test.c2 * Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
4 * Basic test to test behaviour of PR_GET_TSC and PR_SET_TSC
18 #ifndef PR_GET_TSC
19 #define PR_GET_TSC 25 macro
45 printf("prctl(PR_GET_TSC, &tsc_val); "); sigsegv_cb()
48 if ( prctl(PR_GET_TSC, &tsc_val) == -1) sigsegv_cb()
67 printf("prctl(PR_GET_TSC, &tsc_val); "); main()
70 if ( prctl(PR_GET_TSC, &tsc_val) == -1) main()
H A Ddisable-tsc-ctxt-sw-stress-test.c2 * Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
23 #ifndef PR_GET_TSC
24 #define PR_GET_TSC 25 macro
H A Ddisable-tsc-on-off-stress-test.c2 * Tests for prctl(PR_GET_TSC, ...) / prctl(PR_SET_TSC, ...)
23 #ifndef PR_GET_TSC
24 #define PR_GET_TSC 25 macro
/linux-4.4.14/include/uapi/linux/
H A Dprctl.h74 #define PR_GET_TSC 25 macro
/linux-4.4.14/kernel/
H A Dsys.c2159 case PR_GET_TSC: SYSCALL_DEFINE5()

Completed in 166 milliseconds