Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/vmx/
Dvmx.c2611 u32 _vmentry_control = 0; in setup_vmcs_config() local
2715 &_vmentry_control)) in setup_vmcs_config()
2722 if (!(_vmentry_control & n_ctrl) == !(_vmexit_control & x_ctrl)) in setup_vmcs_config()
2726 _vmentry_control & n_ctrl, _vmexit_control & x_ctrl); in setup_vmcs_config()
2731 _vmentry_control &= ~n_ctrl; in setup_vmcs_config()
2763 vmcs_conf->vmentry_ctrl = _vmentry_control; in setup_vmcs_config()