Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/prctl/
Ddisable-tsc-test.c18 #ifndef PR_GET_TSC
19 #define PR_GET_TSC 25 macro
48 if ( prctl(PR_GET_TSC, &tsc_val) == -1) in sigsegv_cb()
70 if ( prctl(PR_GET_TSC, &tsc_val) == -1) in main()
Ddisable-tsc-on-off-stress-test.c23 #ifndef PR_GET_TSC
24 #define PR_GET_TSC 25 macro
Ddisable-tsc-ctxt-sw-stress-test.c23 #ifndef PR_GET_TSC
24 #define PR_GET_TSC 25 macro
/linux-4.1.27/include/uapi/linux/
Dprctl.h74 #define PR_GET_TSC 25 macro
/linux-4.1.27/kernel/
Dsys.c2136 case PR_GET_TSC: in SYSCALL_DEFINE5()