Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.h342 unsigned long host_debugctlmsr; member
Dvmx.c1492 vmx->host_debugctlmsr = get_debugctlmsr(); in vmx_vcpu_load()
7375 if (vmx->host_debugctlmsr) in vmx_vcpu_run()
7376 update_debugctlmsr(vmx->host_debugctlmsr); in vmx_vcpu_run()