Changeset 79629 in vbox
- Timestamp:
- Jul 9, 2019 6:34:59 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r79571 r79629 2718 2718 /** Construct an IDT-vectoring information field from an VM-entry interruption 2719 2719 * information field (same except that bit 12 is reserved). */ 2720 #define VMX_ EXIT_IDT_INFO_FROM_ENTRY_INT_INFO(a)((a) & ~RT_BIT(12))2720 #define VMX_IDT_INFO_FROM_ENTRY_INT_INFO(a) ((a) & ~RT_BIT(12)) 2721 2721 2722 2722 /** Bit fields for IDT-vectoring information. */
Note:
See TracChangeset
for help on using the changeset viewer.