Searched refs:n_ctrl (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c2687 u32 n_ctrl = vmcs_entry_exit_pairs[i].entry_control; local
2690 if (!(_vmentry_control & n_ctrl) == !(_vmexit_control & x_ctrl))
2694 _vmentry_control & n_ctrl, _vmexit_control & x_ctrl);
2699 _vmentry_control &= ~n_ctrl;

Completed in 179 milliseconds