Searched refs:vmx_cap (Results 1 – 1 of 1) sorted by relevance
2372 struct vmx_capability *vmx_cap) in setup_vmcs_config() argument2453 &vmx_cap->ept, &vmx_cap->vpid); in setup_vmcs_config()2461 } else if (vmx_cap->ept) { in setup_vmcs_config()2462 vmx_cap->ept = 0; in setup_vmcs_config()2467 vmx_cap->vpid) { in setup_vmcs_config()2468 vmx_cap->vpid = 0; in setup_vmcs_config()7003 struct vmx_capability vmx_cap; in vmx_check_processor_compat() local7011 if (setup_vmcs_config(&vmcs_conf, &vmx_cap) < 0) in vmx_check_processor_compat()7014 nested_vmx_setup_ctls_msrs(&vmcs_conf.nested, vmx_cap.ept); in vmx_check_processor_compat()