Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtsc.h54 extern void tsc_verify_tsc_adjust(bool resume);
58 static inline void tsc_verify_tsc_adjust(bool resume) { } in tsc_verify_tsc_adjust() function
/linux/arch/x86/kernel/
H A Dtsc_sync.c50 void tsc_verify_tsc_adjust(bool resume) in tsc_verify_tsc_adjust() function
98 tsc_verify_tsc_adjust(false); in tsc_sync_check_timer_fn()
H A Dprocess.c765 tsc_verify_tsc_adjust(false); in arch_cpu_idle_enter()
H A Dtsc.c1111 tsc_verify_tsc_adjust(true); in tsc_resume()
/linux/arch/x86/power/
H A Dcpu.c263 tsc_verify_tsc_adjust(true); in __restore_processor_state()