Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dhyperv.c1981 if (kvm_x86_ops.nested_ops->get_evmcs_version) in kvm_vcpu_ioctl_get_hv_cpuid()
1982 evmcs_ver = kvm_x86_ops.nested_ops->get_evmcs_version(vcpu); in kvm_vcpu_ioctl_get_hv_cpuid()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1306 uint16_t (*get_evmcs_version)(struct kvm_vcpu *vcpu); member
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c6677 .get_evmcs_version = nested_get_evmcs_version,