Lines Matching defs:stable
2309 * kvm_clock stable after CPU hotplug
2527 * Assuming a stable TSC across physical CPUS, and a stable TSC
2577 * If the host uses TSC clock, then passthrough TSC as stable
2728 * If the host uses TSC clock, then passthrough TSC as stable
2790 /* If the host uses TSC clocksource, then it is stable */
10440 bool stable, backwards_tsc = false;
10448 stable = !kvm_check_tsc_unstable();
10451 if (!stable && vcpu->cpu == smp_processor_id())
10453 if (stable && vcpu->arch.last_host_tsc > local_tsc) {