Home
last modified time | relevance | path

Searched refs:host_debugctl (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dtdx.c1100 if (vcpu->arch.host_debugctl & ~TDX_DEBUGCTL_PRESERVED) in tdx_vcpu_run()
1101 update_debugctlmsr(vcpu->arch.host_debugctl); in tdx_vcpu_run()
H A Dvmx.c7710 if (vcpu->arch.host_debugctl) in vmx_vcpu_run()
7711 update_debugctlmsr(vcpu->arch.host_debugctl); in vmx_vcpu_run()
/linux/arch/x86/kvm/svm/
H A Dsvm.c4359 vcpu->arch.host_debugctl != svm->vmcb->save.dbgctl) in svm_vcpu_run()
4390 vcpu->arch.host_debugctl != svm->vmcb->save.dbgctl) in svm_vcpu_run()
4391 update_debugctlmsr(vcpu->arch.host_debugctl); in svm_vcpu_run()
/linux/arch/x86/include/asm/
H A Dkvm_host.h817 u64 host_debugctl; member
/linux/arch/x86/kvm/
H A Dx86.c11368 if ((debug_ctl ^ vcpu->arch.host_debugctl) & kvm_x86_ops.HOST_OWNED_DEBUGCTL && in vcpu_enter_guest()
11371 vcpu->arch.host_debugctl = debug_ctl; in vcpu_enter_guest()