Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dhyperv.c2418 uint16_t evmcs_ver = 0; in kvm_get_hv_cpuid() local
2434 evmcs_ver = kvm_x86_ops.nested_ops->get_evmcs_version(vcpu); in kvm_get_hv_cpuid()
2437 if (!evmcs_ver) in kvm_get_hv_cpuid()
2512 if (evmcs_ver) in kvm_get_hv_cpuid()
2538 ent->eax = evmcs_ver; in kvm_get_hv_cpuid()