VirtualBox

Changeset 47676 in vbox for trunk/include


Ignore:
Timestamp:
Aug 12, 2013 3:17:36 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87879
Message:

VMM/HMVMXR0: Some missed checks and fixes to segment checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r47635 r47676  
    317317/** VMCS link pointer reserved bits not set to 0. */
    318318#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
    319331/** @} */
    320332
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette