Searched refs:entry_controls (Results 1 – 1 of 1) sorted by relevance
2533 #define vmx_check_entry_exit_pairs(pairs, entry_controls, exit_controls) \ argument2537 BUILD_BUG_ON(sizeof(pairs[0].entry_control) != sizeof(entry_controls)); \2541 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; \