Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kernel/
Dtsc.c49 int tsc_clocksource_reliable; variable
299 tsc_clocksource_reliable = 1; in tsc_setup()
1200 tsc_clocksource_reliable = 1; in check_system_tsc_reliable()
1204 tsc_clocksource_reliable = 1; in check_system_tsc_reliable()
1241 if (tsc_clocksource_reliable) in unsynchronized_tsc()
1549 if (tsc_clocksource_reliable || no_tsc_watchdog) in tsc_init()
Dtsc_sync.c110 if (!cpu_feature_enabled(X86_FEATURE_TSC_ADJUST) || tsc_clocksource_reliable) in start_sync_check_timer()
460 if (tsc_store_and_check_tsc_adjust(false) || tsc_clocksource_reliable) { in check_tsc_sync_target()
/Linux-v6.1/arch/x86/include/asm/
Dtsc.h44 extern int tsc_clocksource_reliable;