Searched refs:TC_FLAGS_C2STOP (Results 1 – 3 of 3) sorted by relevance
67 #define TC_FLAGS_C2STOP 1 /* Timer dies in C2+. */ macro
681 tsc_timecounter.tc_flags |= TC_FLAGS_C2STOP; in init_TSC_tc()
1461 if ((tc->tc_flags & TC_FLAGS_C2STOP) != 0) in tc_windup()1463 if ((th->th_counter->tc_flags & TC_FLAGS_C2STOP) != 0) in tc_windup()