Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c2574 u32 _cpu_based_2nd_exec_control = 0; in setup_vmcs_config() local
2608 &_cpu_based_2nd_exec_control)) in setup_vmcs_config()
2612 if (!(_cpu_based_2nd_exec_control & in setup_vmcs_config()
2618 _cpu_based_2nd_exec_control &= ~( in setup_vmcs_config()
2626 if (!(_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_EPT) && in setup_vmcs_config()
2636 if (!(_cpu_based_2nd_exec_control & SECONDARY_EXEC_ENABLE_VPID) && in setup_vmcs_config()
2648 _cpu_based_2nd_exec_control &= ~SECONDARY_EXEC_ENCLS_EXITING; in setup_vmcs_config()
2669 if (!(_cpu_based_2nd_exec_control & in setup_vmcs_config()
2721 vmcs_conf->cpu_based_2nd_exec_ctrl = _cpu_based_2nd_exec_control; in setup_vmcs_config()