Searched refs:cpu_based_2nd_exec_ctrl (Results 1 – 4 of 4) sorted by relevance
59 u32 cpu_based_2nd_exec_ctrl; member140 return vmcs_config.cpu_based_2nd_exec_ctrl & in cpu_has_vmx_virtualize_apic_accesses()146 return vmcs_config.cpu_based_2nd_exec_ctrl & in cpu_has_vmx_ept()153 (vmcs_config.cpu_based_2nd_exec_ctrl & SECONDARY_EXEC_DESC); in vmx_umip_emulated()158 return vmcs_config.cpu_based_2nd_exec_ctrl & in cpu_has_vmx_rdtscp()164 return vmcs_config.cpu_based_2nd_exec_ctrl & in cpu_has_vmx_virtualize_x2apic_mode()170 return vmcs_config.cpu_based_2nd_exec_ctrl & in cpu_has_vmx_vpid()176 return vmcs_config.cpu_based_2nd_exec_ctrl & in cpu_has_vmx_wbinvd_exit()182 return vmcs_config.cpu_based_2nd_exec_ctrl & in cpu_has_vmx_unrestricted_guest()188 return vmcs_config.cpu_based_2nd_exec_ctrl & in cpu_has_vmx_apic_register_virt()[all …]
32 evmcs_check_vmcs_conf(cpu_based_2nd_exec_ctrl, 2NDEXEC); in evmcs_sanitize_exec_ctrls()
2725 vmcs_conf->cpu_based_2nd_exec_ctrl = _cpu_based_2nd_exec_control; in setup_vmcs_config()4497 u32 exec_control = vmcs_config.cpu_based_2nd_exec_ctrl; in vmx_secondary_exec_control()7492 if (vmcs_config.cpu_based_2nd_exec_ctrl & SECONDARY_EXEC_EPT_VIOLATION_VE) { in vmx_vcpu_create()
7105 msrs->secondary_ctls_high = vmcs_conf->cpu_based_2nd_exec_ctrl; in nested_vmx_setup_secondary_ctls()