Changeset 77213 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Feb 8, 2019 10:33:49 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r76993 r77213 1934 1934 /** CR0 bits ignored on VM-entry (ET, NW, CD and reserved bits bits 6:15, bit 17, 1935 1935 * bits 19:28). */ 1936 #define VMX_ENTRY_CR0_IGNORE_MASK UINT64_C(0x7ffaff c0)1936 #define VMX_ENTRY_CR0_IGNORE_MASK UINT64_C(0x7ffaffd0) 1937 1937 /** DR7 bits set here are always cleared on VM-entry (bit 12, bits 14:15). */ 1938 1938 #define VMX_ENTRY_DR7_MBZ_MASK UINT64_C(0xd000)
Note:
See TracChangeset
for help on using the changeset viewer.