Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtsc.c40 static int __read_mostly tsc_disabled = -1; variable
335 return tsc_disabled; in check_tsc_disabled()
343 tsc_disabled = 1; in notsc_setup()
1153 if (!cpu_has_tsc || tsc_disabled > 0 || !tsc_khz) in init_tsc_clocksource()
1221 if (tsc_disabled > 0) in tsc_init()
1226 tsc_disabled = 0; in tsc_init()
1255 if (!tsc_disabled && !cpu_has(&cpu_data(cpu), X86_FEATURE_CONSTANT_TSC)) in calibrate_delay_is_known()