Home
last modified time | relevance | path

Searched refs:kvmclock (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dkvmclock.c32 static int kvmclock = 1; variable
39 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()
DMakefile93 obj-$(CONFIG_KVM_GUEST) += kvm.o kvmclock.o
/linux-4.4.14/Documentation/virtual/kvm/
Dcpuid.txt32 KVM_FEATURE_CLOCKSOURCE || 0 || kvmclock available at msrs
40 KVM_FEATURE_CLOCKSOURCE2 || 3 || kvmclock available at msrs
59 || || kvmclock.
Dmsr.txt149 The suggested algorithm for detecting kvmclock presence is then:
Dapi.txt770 Gets the current timestamp of kvmclock as seen by the current guest. In
775 __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 */
Dtimekeeping.txt547 This aliasing requires care in the computation and recalibration of kvmclock
/linux-4.4.14/arch/x86/
DKconfig693 bool "KVM Guest support (including kvmclock)"
/linux-4.4.14/Documentation/
Dkernel-parameters.txt2513 no-kvmclock [X86,KVM] Disable paravirtualized KVM clock driver
/linux-4.4.14/
DMAINTAINERS6066 F: arch/x86/kernel/kvmclock.c