Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtsc.h53 extern bool tsc_store_and_check_tsc_adjust(bool bootcpu);
57 static inline bool tsc_store_and_check_tsc_adjust(bool bootcpu) { return false; } in tsc_store_and_check_tsc_adjust() function
/linux/arch/x86/kernel/
H A Dtsc_sync.c156 bool __init tsc_store_and_check_tsc_adjust(bool bootcpu) in tsc_store_and_check_tsc_adjust() function
180 bool tsc_store_and_check_tsc_adjust(bool bootcpu) in tsc_store_and_check_tsc_adjust() function
451 if (tsc_store_and_check_tsc_adjust(false) || tsc_clocksource_reliable) in check_tsc_sync_target()
H A Dtsc.c1505 tsc_store_and_check_tsc_adjust(true); in tsc_enable_sched_clock()