Searched refs:tsc_disabled (Results 1 – 1 of 1) sorted by relevance
82 static int tsc_disabled; variable83 SYSCTL_INT(_machdep, OID_AUTO, disable_tsc, CTLFLAG_RDTUN, &tsc_disabled, 0,295 tsc_disabled = 1; in probe_tsc_freq_early()308 tsc_disabled = 1; in probe_tsc_freq_early()316 tsc_disabled = 1; in probe_tsc_freq_early()418 tsc_disabled = 1; in probe_tsc_freq_late()436 if ((cpu_feature & CPUID_TSC) == 0 || tsc_disabled) in start_TSC()658 if ((cpu_feature & CPUID_TSC) == 0 || tsc_disabled) in init_TSC_tc()759 if ((cpu_feature & CPUID_TSC) == 0 || tsc_disabled) in tsc_init()775 if (tsc_disabled) in tsc_calibrate()[all …]