Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dtsc.c111 static struct timecounter tsc_timecounter = { variable
333 tsc_timecounter.tc_get_timecount = in probe_tsc_freq_early()
346 tsc_timecounter.tc_get_timecount = in probe_tsc_freq_early()
357 tsc_timecounter.tc_get_timecount = in probe_tsc_freq_early()
684 tsc_timecounter.tc_flags |= TC_FLAGS_C2STOP; in init_TSC_tc()
698 tsc_timecounter.tc_quality = test_tsc(smp_tsc_adjust); in init_TSC_tc()
702 tsc_timecounter.tc_quality = 1000; in init_TSC_tc()
716 tsc_timecounter.tc_get_timecount = shift > 0 ? in init_TSC_tc()
721 tsc_timecounter.tc_get_timecount = shift > 0 ? in init_TSC_tc()
725 tsc_timecounter.tc_get_timecount = shift > 0 ? in init_TSC_tc()
[all …]