Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
Dtsc.c36 static int __read_mostly tsc_disabled = -1; variable
54 if (unlikely(tsc_disabled)) { in native_sched_clock()
89 tsc_disabled = 1; in notsc_setup()
926 if (!cpu_has_tsc || tsc_disabled > 0 || !tsc_khz) in init_tsc_clocksource()
986 if (tsc_disabled > 0) in tsc_init()
990 tsc_disabled = 0; in tsc_init()
1018 if (!tsc_disabled && !cpu_has(&cpu_data(cpu), X86_FEATURE_CONSTANT_TSC)) in calibrate_delay_is_known()