Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dtsc.c54 int tsc_clocksource_reliable; variable
335 tsc_clocksource_reliable = 1; in tsc_setup()
1254 tsc_clocksource_reliable = 1; in check_system_tsc_reliable()
1258 tsc_clocksource_reliable = 1; in check_system_tsc_reliable()
1292 if (tsc_clocksource_reliable) in unsynchronized_tsc()
1572 if (tsc_clocksource_reliable || no_tsc_watchdog) in tsc_init()
H A Dtsc_sync.c112 if (!cpu_feature_enabled(X86_FEATURE_TSC_ADJUST) || tsc_clocksource_reliable) in start_sync_check_timer()
452 if (tsc_store_and_check_tsc_adjust(false) || tsc_clocksource_reliable) in check_tsc_sync_target()
/linux/arch/x86/include/asm/
H A Dtsc.h96 extern int tsc_clocksource_reliable;