Searched refs:kvmclock (Results 1 – 9 of 9) sorted by relevance
31 static int kvmclock = 1; variable37 kvmclock = 0; in parse_no_kvmclock()228 if (kvmclock && kvm_para_has_feature(KVM_FEATURE_CLOCKSOURCE2)) { in kvmclock_init()231 } else if (!(kvmclock && kvm_para_has_feature(KVM_FEATURE_CLOCKSOURCE))) in kvmclock_init()
94 obj-$(CONFIG_KVM_GUEST) += kvm.o kvmclock.o
32 KVM_FEATURE_CLOCKSOURCE || 0 || kvmclock available at msrs40 KVM_FEATURE_CLOCKSOURCE2 || 3 || kvmclock available at msrs59 || || kvmclock.
149 The suggested algorithm for detecting kvmclock presence is then:
759 Gets the current timestamp of kvmclock as seen by the current guest. In764 __u64 clock; /* kvmclock current value */778 Sets the current timestamp of kvmclock to the value specified in its parameter.783 __u64 clock; /* kvmclock current value */
547 This aliasing requires care in the computation and recalibration of kvmclock
683 bool "KVM Guest support (including kvmclock)"
2436 no-kvmclock [X86,KVM] Disable paravirtualized KVM clock driver
5660 F: arch/x86/kernel/kvmclock.c