Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dtsc.c81 static int tsc_disabled; variable
82 SYSCTL_INT(_machdep, OID_AUTO, disable_tsc, CTLFLAG_RDTUN, &tsc_disabled, 0,
297 tsc_disabled = 1; in probe_tsc_freq()
341 if ((cpu_feature & CPUID_TSC) == 0 || tsc_disabled) in init_TSC()
577 if ((cpu_feature & CPUID_TSC) == 0 || tsc_disabled) in init_TSC_tc()
767 if (tsc_disabled || status != 0) in tsc_freq_changed()