Searched refs:n_ctrl (Results 1 - 1 of 1) sorted by relevance

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

Completed in 176 milliseconds