Home
last modified time | relevance | path

Searched refs:check_tsc_unstable (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dtsc.h37 extern int check_tsc_unstable(void);
/openbmc/linux/arch/x86/kernel/
H A Dtsc_sync.c59 if (check_tsc_unstable()) in tsc_verify_tsc_adjust()
165 if (check_tsc_unstable()) in tsc_store_and_check_tsc_adjust()
H A Dkvmclock.c344 !check_tsc_unstable()) in kvmclock_init()
H A Dtsc.c288 int check_tsc_unstable(void) in check_tsc_unstable() function
292 EXPORT_SYMBOL_GPL(check_tsc_unstable);
/openbmc/linux/arch/x86/xen/
H A Dtime.c500 if (check_tsc_unstable()) in xen_tsc_safe_clocksource()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c2665 return check_tsc_unstable(); in kvm_check_tsc_unstable()