Searched refs:host_debugctl (Results 1 – 4 of 4) sorted by relevance
4497 vcpu->arch.host_debugctl != svm->vmcb->save.dbgctl) in svm_vcpu_run()4528 vcpu->arch.host_debugctl != svm->vmcb->save.dbgctl) in svm_vcpu_run()4529 update_debugctlmsr(vcpu->arch.host_debugctl); in svm_vcpu_run()
818 u64 host_debugctl; member
7620 if (vcpu->arch.host_debugctl) in vmx_vcpu_run()7621 update_debugctlmsr(vcpu->arch.host_debugctl); in vmx_vcpu_run()
11461 if ((debug_ctl ^ vcpu->arch.host_debugctl) & kvm_x86_ops.HOST_OWNED_DEBUGCTL && in vcpu_enter_guest()11464 vcpu->arch.host_debugctl = debug_ctl; in vcpu_enter_guest()