Searched refs:check_tsc_unstable (Results 1 - 5 of 5) sorted by relevance

/arch/x86/include/asm/
H A Dtsc.h51 extern int check_tsc_unstable(void);
/arch/x86/kernel/
H A Dtsc.c317 int check_tsc_unstable(void) function
321 EXPORT_SYMBOL_GPL(check_tsc_unstable); variable
1078 if (check_tsc_unstable())
1136 if (check_tsc_unstable()) {
/arch/x86/kernel/cpu/
H A Damd.c505 if (!check_tsc_unstable())
H A Dintel.c91 if (!check_tsc_unstable())
/arch/x86/kvm/
H A Dx86.c1331 if (!check_tsc_unstable()) {
2886 if (unlikely(vcpu->cpu != cpu) || check_tsc_unstable()) {
2891 if (check_tsc_unstable()) {
6937 if (check_tsc_unstable() && atomic_read(&kvm->online_vcpus) != 0)
7054 stable = !check_tsc_unstable();

Completed in 117 milliseconds