Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c2577 u32 _vmentry_control = 0; in setup_vmcs_config() local
2676 &_vmentry_control)) in setup_vmcs_config()
2683 if (!(_vmentry_control & n_ctrl) == !(_vmexit_control & x_ctrl)) in setup_vmcs_config()
2687 _vmentry_control & n_ctrl, _vmexit_control & x_ctrl); in setup_vmcs_config()
2692 _vmentry_control &= ~n_ctrl; in setup_vmcs_config()
2724 vmcs_conf->vmentry_ctrl = _vmentry_control; in setup_vmcs_config()