Searched refs:PR_SET_TSC (Results 1 – 5 of 5) sorted by relevance
20 #define PR_SET_TSC 26 macro54 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()
25 #define PR_SET_TSC 26 macro49 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in sigsegv_cb()71 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in task()
25 #define PR_SET_TSC 26 macro45 if (prctl(PR_SET_TSC, PR_TSC_SIGSEGV) < 0) in segvtask()66 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in rdtsctask()
75 #define PR_SET_TSC 26 macro
2162 case PR_SET_TSC: in SYSCALL_DEFINE5()