Searched refs:PR_TSC_ENABLE (Results 1 – 5 of 5) sorted by relevance
21 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro28 [PR_TSC_ENABLE] = "PR_TSC_ENABLE",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()
26 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro49 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in sigsegv_cb()
26 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro66 if (prctl(PR_SET_TSC, PR_TSC_ENABLE) < 0) in rdtsctask()
76 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */ macro
174 val = PR_TSC_ENABLE; in get_tsc_mode()183 else if (val == PR_TSC_ENABLE) in set_tsc_mode()