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