Home
last modified time | relevance | path

Searched refs:guest_tsc_protected (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dkvm_host.h1077 bool guest_tsc_protected; member
/linux/arch/x86/kvm/
H A Dx86.c2598 if (vcpu->arch.guest_tsc_protected) in kvm_vcpu_write_tsc_offset()
2664 if (vcpu->arch.guest_tsc_protected) in __kvm_synchronize_tsc()
3956 } else if (!vcpu->arch.guest_tsc_protected) { in kvm_set_msr_common()
5058 if (!vcpu->arch.guest_tsc_protected) in kvm_arch_vcpu_load()
6189 if (vcpu->arch.guest_tsc_protected) in kvm_arch_vcpu_ioctl()
/linux/arch/x86/kvm/vmx/
H A Dtdx.c693 vcpu->arch.guest_tsc_protected = true; in tdx_vcpu_create()