Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c2706 u32 _cpu_based_2nd_exec_control = 0; in setup_vmcs_config() local
2741 &_cpu_based_2nd_exec_control)) in setup_vmcs_config()
2745 _cpu_based_2nd_exec_control &= ~SECONDARY_EXEC_EPT_VIOLATION_VE; in setup_vmcs_config()
2748 if (!(_cpu_based_2nd_exec_control & in setup_vmcs_config()
2754 _cpu_based_2nd_exec_control &= ~( in setup_vmcs_config()
2762 if (!(_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_EPT) && in setup_vmcs_config()
2771 _cpu_based_2nd_exec_control &= ~SECONDARY_EXEC_EPT_VIOLATION_VE; in setup_vmcs_config()
2773 if (!(_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_VPID) && in setup_vmcs_config()
2785 _cpu_based_2nd_exec_control &= ~SECONDARY_EXEC_ENCLS_EXITING; in setup_vmcs_config()
2806 if (!(_cpu_based_2nd_exec_control & in setup_vmcs_config()
[all …]