Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c2533 #define vmx_check_entry_exit_pairs(pairs, entry_controls, exit_controls) \ argument
2537 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; \