Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h1409 bool user_set_tsc; member
/linux-6.15/arch/x86/kvm/
H A Dx86.c2639 u64 ns, bool matched, bool user_set_tsc) in __kvm_synchronize_tsc() argument
2648 if (user_set_tsc) in __kvm_synchronize_tsc()
2649 vcpu->kvm->arch.user_set_tsc = true; in __kvm_synchronize_tsc()
2712 } else if (kvm->arch.user_set_tsc) { in kvm_synchronize_tsc()