Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.h354 unsigned long host_debugctlmsr; member
Dvmx.c1397 vmx->host_debugctlmsr = get_debugctlmsr(); in vmx_vcpu_load()
7197 if (vmx->host_debugctlmsr) in vmx_vcpu_run()
7198 update_debugctlmsr(vmx->host_debugctlmsr); in vmx_vcpu_run()