nested_get_evmcs_version 1215 arch/x86/include/asm/kvm_host.h 	uint16_t (*nested_get_evmcs_version)(struct kvm_vcpu *vcpu);
nested_get_evmcs_version 1801 arch/x86/kvm/hyperv.c 	if (kvm_x86_ops->nested_get_evmcs_version)
nested_get_evmcs_version 1802 arch/x86/kvm/hyperv.c 		evmcs_ver = kvm_x86_ops->nested_get_evmcs_version(vcpu);
nested_get_evmcs_version 7371 arch/x86/kvm/svm.c 	.nested_get_evmcs_version = NULL,
nested_get_evmcs_version  358 arch/x86/kvm/vmx/evmcs.c 		*vmcs_version = nested_get_evmcs_version(vcpu);
nested_get_evmcs_version  201 arch/x86/kvm/vmx/evmcs.h uint16_t nested_get_evmcs_version(struct kvm_vcpu *vcpu);
nested_get_evmcs_version 6073 arch/x86/kvm/vmx/nested.c 	kvm_x86_ops->nested_get_evmcs_version = nested_get_evmcs_version;
nested_get_evmcs_version 7934 arch/x86/kvm/vmx/vmx.c 	.nested_get_evmcs_version = NULL,