Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/prctl/
Ddisable-tsc-test.c20 #define PR_SET_TSC 26 macro
54 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in sigsegv_cb()
78 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in main()
85 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
Ddisable-tsc-on-off-stress-test.c25 #define PR_SET_TSC 26 macro
49 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in sigsegv_cb()
71 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in task()
Ddisable-tsc-ctxt-sw-stress-test.c25 #define PR_SET_TSC 26 macro
45 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask()
66 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in rdtsctask()
/linux-4.4.14/include/uapi/linux/
Dprctl.h75 #define PR_SET_TSC 26 macro
/linux-4.4.14/kernel/
Dsys.c2162 case PR_SET_TSC: in SYSCALL_DEFINE5()