Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dtsc_sync.c60 if (check_tsc_unstable()) in tsc_verify_tsc_adjust()
166 if (check_tsc_unstable()) in tsc_store_and_check_tsc_adjust()
H A Dkvmclock.c345 !check_tsc_unstable()) in kvmclock_init()
H A Dtsc.c302 int check_tsc_unstable(void) in check_tsc_unstable() function
306 EXPORT_SYMBOL_GPL(check_tsc_unstable);
/linux/arch/x86/include/asm/
H A Dtsc.h90 extern int check_tsc_unstable(void);
/linux/arch/x86/xen/
H A Dtime.c502 if (check_tsc_unstable()) in xen_tsc_safe_clocksource()
/linux/drivers/ptp/
H A Dptp_vmclock.c112 if (check_tsc_unstable()) in vmclock_get_crosststamp()
/linux/arch/x86/kvm/
H A Dx86.c2761 return check_tsc_unstable(); in kvm_check_tsc_unstable()