Searched refs:vmx_capability (Results 1 – 4 of 4) sorted by relevance
66 struct vmx_capability { struct70 extern struct vmx_capability vmx_capability __ro_after_init; argument306 return vmx_capability.ept & VMX_EPT_EXECUTE_ONLY_BIT; in cpu_has_vmx_ept_execute_only()311 return vmx_capability.ept & VMX_EPT_PAGE_WALK_4_BIT; in cpu_has_vmx_ept_4levels()316 return vmx_capability.ept & VMX_EPT_PAGE_WALK_5_BIT; in cpu_has_vmx_ept_5levels()321 return vmx_capability.ept & VMX_EPTP_WB_BIT; in cpu_has_vmx_ept_mt_wb()326 return vmx_capability.ept & VMX_EPT_2MB_PAGE_BIT; in cpu_has_vmx_ept_2m_page()331 return vmx_capability.ept & VMX_EPT_1GB_PAGE_BIT; in cpu_has_vmx_ept_1g_page()345 return vmx_capability.ept & VMX_EPT_AD_BIT; in cpu_has_vmx_ept_ad_bits()350 return vmx_capability.ept & VMX_EPT_EXTENT_CONTEXT_BIT; in cpu_has_vmx_invept_context()[all …]
597 struct vmx_capability vmx_capability __ro_after_init;2710 struct vmx_capability *vmx_cap) in setup_vmcs_config()2925 struct vmx_capability vmx_cap; in vmx_check_processor_compat()8735 ept_caps_to_lpage_level(vmx_capability.ept)); in vmx_hardware_setup()8854 if (setup_vmcs_config(&vmcs_config, &vmx_capability) < 0) in vmx_init()
7404 nested_vmx_setup_ctls_msrs(&vmcs_config, vmx_capability.ept); in nested_vmx_hardware_setup()
2027 memset(&c->vmx_capability, 0, sizeof(c->vmx_capability)); in identify_cpu()