Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/
Dtsc.c40 static int __read_mostly tsc_disabled = -1; variable
326 return tsc_disabled; in check_tsc_disabled()
334 tsc_disabled = 1; in notsc_setup()
1133 if (!cpu_has_tsc || tsc_disabled > 0 || !tsc_khz) in init_tsc_clocksource()
1201 if (tsc_disabled > 0) in tsc_init()
1206 tsc_disabled = 0; in tsc_init()
1235 if (!tsc_disabled && !cpu_has(&cpu_data(cpu), X86_FEATURE_CONSTANT_TSC)) in calibrate_delay_is_known()