Searched refs:entry_controls (Results 1 – 1 of 1) sorted by relevance
2714 #define vmx_check_entry_exit_pairs(pairs, entry_controls, exit_controls) \ argument2718 BUILD_BUG_ON(sizeof(pairs[0].entry_control) != sizeof(entry_controls)); \2722 typeof(entry_controls) n_ctrl = pairs[i].entry_control; \2725 if (!(entry_controls & n_ctrl) == !(exit_controls & x_ctrl)) \2730 (u64)(entry_controls & n_ctrl), (u64)n_ctrl, \2736 entry_controls &= ~n_ctrl; \