Home
last modified time | relevance | path

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

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