Home
last modified time | relevance | path

Searched refs:TC_FLAGS_C2STOP (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/sys/
H A Dtimetc.h67 #define TC_FLAGS_C2STOP 1 /* Timer dies in C2+. */ macro
/freebsd/sys/x86/x86/
H A Dtsc.c681 tsc_timecounter.tc_flags |= TC_FLAGS_C2STOP; in init_TSC_tc()
/freebsd/sys/kern/
H A Dkern_tc.c1461 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()