Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/prctl/
A Ddisable-tsc-test.c21 #define PR_SET_TSC 26 macro
55 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in sigsegv_cb()
79 if ( prctl(PR_SET_TSC, PR_TSC_ENABLE) == -1) in main()
86 if ( prctl(PR_SET_TSC, PR_TSC_SIGSEGV) == -1) in main()
A Ddisable-tsc-on-off-stress-test.c26 #define PR_SET_TSC 26 macro
50 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in sigsegv_cb()
72 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in task()
A Ddisable-tsc-ctxt-sw-stress-test.c26 #define PR_SET_TSC 26 macro
46 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask()
67 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in rdtsctask()
/linux/tools/include/uapi/linux/
A Dprctl.h76 #define PR_SET_TSC 26 macro
/linux/include/uapi/linux/
A Dprctl.h76 #define PR_SET_TSC 26 macro
/linux/kernel/
A Dsys.c2351 case PR_SET_TSC: in SYSCALL_DEFINE5()

Completed in 10 milliseconds