Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c2541 typeof(entry_controls) n_ctrl = pairs[i].entry_control; \
2544 if (!(entry_controls & n_ctrl) == !(exit_controls & x_ctrl)) \
2549 (u64)(entry_controls & n_ctrl), (u64)n_ctrl, \
2555 entry_controls &= ~n_ctrl; \