Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/prctl/
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()
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()
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-v5.4/include/uapi/linux/
Dprctl.h76 #define PR_SET_TSC 26 macro
/Linux-v5.4/tools/include/uapi/linux/
Dprctl.h76 #define PR_SET_TSC 26 macro
/Linux-v5.4/kernel/
Dsys.c2349 case PR_SET_TSC: in SYSCALL_DEFINE5()