Home
last modified time | relevance | path

Searched refs:cpu_based_2nd_exec_ctrl (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kvm/vmx/
A Dcapabilities.h59 u32 cpu_based_2nd_exec_ctrl; member
140 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()
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()
194 return vmcs_config.cpu_based_2nd_exec_ctrl & in cpu_has_vmx_virtual_intr_delivery()
[all …]
A Dvmx_onhyperv.c32 evmcs_check_vmcs_conf(cpu_based_2nd_exec_ctrl, 2NDEXEC); in evmcs_sanitize_exec_ctrls()
A Dvmx.c2725 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()
A Dnested.c7105 msrs->secondary_ctls_high = vmcs_conf->cpu_based_2nd_exec_ctrl; in nested_vmx_setup_secondary_ctls()

Completed in 545 milliseconds