Lines Matching defs:stable
2738 * kvm_clock stable after CPU hotplug
2915 * Assuming a stable TSC across physical CPUS, and a stable TSC
2966 * If the host uses TSC clock, then passthrough TSC as stable
3164 * If the host uses TSC clock, then passthrough TSC as stable
3229 /* If the host uses TSC clocksource, then it is stable */
12190 bool stable, backwards_tsc = false;
12203 stable = !kvm_check_tsc_unstable();
12206 if (!stable && vcpu->cpu == smp_processor_id())
12208 if (stable && vcpu->arch.last_host_tsc > local_tsc) {