Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dtsc.h57 extern void tsc_verify_tsc_adjust(bool resume);
62 static inline void tsc_verify_tsc_adjust(bool resume) { } in tsc_verify_tsc_adjust() function
/linux-6.1.9/arch/x86/kernel/
Dtsc_sync.c49 void tsc_verify_tsc_adjust(bool resume) in tsc_verify_tsc_adjust() function
97 tsc_verify_tsc_adjust(false); in tsc_sync_check_timer_fn()
Dprocess.c708 tsc_verify_tsc_adjust(false); in arch_cpu_idle_enter()
Dtsc.c1074 tsc_verify_tsc_adjust(true); in tsc_resume()
/linux-6.1.9/arch/x86/power/
Dcpu.c262 tsc_verify_tsc_adjust(true); in __restore_processor_state()