Searched refs:stable (Results 1 – 14 of 14) sorted by relevance
24 /* SMP is not stable on this board, makes the kernel panic */
94 static inline void kvm_sched_clock_init(bool stable) in kvm_sched_clock_init() argument96 if (!stable) in kvm_sched_clock_init()
33 Say 'N' on stable hardware.
113 * Not stable in HS modes - phy needs "more calibration", so add
147 * Not stable in HS modes - phy needs "more calibration", so add
263 * LED functions are not stable yet:
225 relatively stable. If you say Y here, a single temperature value,
233 * The system doesn't run stable with cpu freq enabled, so disallow the lower
546 * Signal integrity isn't great at 200MHz but 100MHz has proven stable
38 /* 740us delay from gpio output high to pp1250 stable,
660 hardware without stable device tree bindings.
1564 /* min voltage of 1.8v is not stable */
12561 bool stable, backwards_tsc = false; in kvm_arch_enable_virtualization_cpu() local12574 stable = !kvm_check_tsc_unstable(); in kvm_arch_enable_virtualization_cpu()12577 if (!stable && vcpu->cpu == smp_processor_id()) in kvm_arch_enable_virtualization_cpu()12579 if (stable && vcpu->arch.last_host_tsc > local_tsc) { in kvm_arch_enable_virtualization_cpu()
912 The HPET provides a stable time base on SMP
Completed in 816 milliseconds