Searched refs:kvmclock (Results 1 – 9 of 9) sorted by relevance
32 static int kvmclock = 1; variable39 kvmclock = 0; in parse_no_kvmclock()255 if (kvmclock && kvm_para_has_feature(KVM_FEATURE_CLOCKSOURCE2)) { in kvmclock_init()258 } else if (!(kvmclock && kvm_para_has_feature(KVM_FEATURE_CLOCKSOURCE))) in kvmclock_init()
93 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:
770 Gets the current timestamp of kvmclock as seen by the current guest. In775 __u64 clock; /* kvmclock current value */789 Sets the current timestamp of kvmclock to the value specified in its parameter.794 __u64 clock; /* kvmclock current value */
547 This aliasing requires care in the computation and recalibration of kvmclock
693 bool "KVM Guest support (including kvmclock)"
2513 no-kvmclock [X86,KVM] Disable paravirtualized KVM clock driver
6066 F: arch/x86/kernel/kvmclock.c