Searched refs:kvmclock (Results 1 - 2 of 2) sorted by relevance

/arch/x86/kernel/
H A Dkvmclock.c31 static int kvmclock = 1; variable
37 kvmclock = 0;
40 early_param("no-kvmclock", parse_no_kvmclock);
230 if (kvmclock && kvm_para_has_feature(KVM_FEATURE_CLOCKSOURCE2)) {
233 } else if (!(kvmclock && kvm_para_has_feature(KVM_FEATURE_CLOCKSOURCE)))
H A DMakefile89 obj-$(CONFIG_KVM_GUEST) += kvm.o kvmclock.o

Completed in 70 milliseconds