Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dtsc.c110 static struct timecounter tsc_timecounter = { variable
261 tsc_timecounter.tc_get_timecount = in probe_tsc_freq()
274 tsc_timecounter.tc_get_timecount = in probe_tsc_freq()
285 tsc_timecounter.tc_get_timecount = in probe_tsc_freq()
597 tsc_timecounter.tc_quality = -1000; in init_TSC_tc()
635 tsc_timecounter.tc_quality = 1000; in init_TSC_tc()
668 tsc_timecounter.tc_name = "TSC-low"; in init_TSC_tc()
676 tc_init(&tsc_timecounter); in init_TSC_tc()
688 if (tsc_timecounter.tc_quality < 0) in resume_TSC()
702 tsc_timecounter.tc_quality = quality; in resume_TSC()
[all …]