Changeset 47676 in vbox for trunk/include
- Timestamp:
- Aug 12, 2013 3:17:36 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87879
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r47635 r47676 317 317 /** VMCS link pointer reserved bits not set to 0. */ 318 318 #define VMX_IGS_VMCS_LINK_PTR_RESERVED 106 319 /** TR cannot index into LDT, TI bit MBZ. */ 320 #define VMX_IGS_TR_TI_INVALID 107 321 /** LDTR cannot index into LDT. TI bit MBZ. */ 322 #define VMX_IGS_LDTR_TI_INVALID 108 323 /** TR.Base is not canonical. */ 324 #define VMX_IGS_TR_BASE_NOT_CANONICAL 109 325 /** FS.Base is not canonical. */ 326 #define VMX_IGS_FS_BASE_NOT_CANONICAL 110 327 /** GS.Base is not canonical. */ 328 #define VMX_IGS_GS_BASE_NOT_CANONICAL 111 329 /** LDTR.Base is not canonical. */ 330 #define VMX_IGS_LDTR_BASE_NOT_CANONICAL 112 319 331 /** @} */ 320 332
Note:
See TracChangeset
for help on using the changeset viewer.