Home
last modified time | relevance | path

Searched refs:user_set_tsc (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkvm_host.h1469 bool user_set_tsc; member
/linux/arch/x86/kvm/
H A Dx86.c2770 u64 ns, bool matched, bool user_set_tsc) in __kvm_synchronize_tsc() argument
2779 if (user_set_tsc) in __kvm_synchronize_tsc()
2780 vcpu->kvm->arch.user_set_tsc = true; in __kvm_synchronize_tsc()
2843 } else if (kvm->arch.user_set_tsc) { in kvm_synchronize_tsc()