VirtualBox

Changeset 14997 in vbox for trunk/include


Ignore:
Timestamp:
Dec 4, 2008 4:32:35 PM (16 years ago)
Author:
vboxsync
Message:

Clearly mark possible 64 bits values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwacc_vmx.h

    r14896 r14997  
    11251125 * @{
    11261126 */
    1127 #define VMX_VMCS_GUEST_CR0                                      0x6800
    1128 #define VMX_VMCS_GUEST_CR3                                      0x6802
    1129 #define VMX_VMCS_GUEST_CR4                                      0x6804
    1130 #define VMX_VMCS_GUEST_ES_BASE                                  0x6806
    1131 #define VMX_VMCS_GUEST_CS_BASE                                  0x6808
    1132 #define VMX_VMCS_GUEST_SS_BASE                                  0x680A
    1133 #define VMX_VMCS_GUEST_DS_BASE                                  0x680C
    1134 #define VMX_VMCS_GUEST_FS_BASE                                  0x680E
    1135 #define VMX_VMCS_GUEST_GS_BASE                                  0x6810
    1136 #define VMX_VMCS_GUEST_LDTR_BASE                                0x6812
    1137 #define VMX_VMCS_GUEST_TR_BASE                                  0x6814
    1138 #define VMX_VMCS_GUEST_GDTR_BASE                                0x6816
    1139 #define VMX_VMCS_GUEST_IDTR_BASE                                0x6818
    1140 #define VMX_VMCS_GUEST_DR7                                      0x681A
    1141 #define VMX_VMCS_GUEST_RSP                                      0x681C
    1142 #define VMX_VMCS_GUEST_RIP                                      0x681E
    1143 #define VMX_VMCS_GUEST_RFLAGS                                   0x6820
    1144 #define VMX_VMCS_GUEST_DEBUG_EXCEPTIONS                         0x6822
    1145 #define VMX_VMCS_GUEST_SYSENTER_ESP                             0x6824  /**< MSR IA32_SYSENTER_ESP */
    1146 #define VMX_VMCS_GUEST_SYSENTER_EIP                             0x6826  /**< MSR IA32_SYSENTER_EIP */
     1127#define VMX_VMCS64_GUEST_CR0                                      0x6800
     1128#define VMX_VMCS64_GUEST_CR3                                      0x6802
     1129#define VMX_VMCS64_GUEST_CR4                                      0x6804
     1130#define VMX_VMCS64_GUEST_ES_BASE                                  0x6806
     1131#define VMX_VMCS64_GUEST_CS_BASE                                  0x6808
     1132#define VMX_VMCS64_GUEST_SS_BASE                                  0x680A
     1133#define VMX_VMCS64_GUEST_DS_BASE                                  0x680C
     1134#define VMX_VMCS64_GUEST_FS_BASE                                  0x680E
     1135#define VMX_VMCS64_GUEST_GS_BASE                                  0x6810
     1136#define VMX_VMCS64_GUEST_LDTR_BASE                                0x6812
     1137#define VMX_VMCS64_GUEST_TR_BASE                                  0x6814
     1138#define VMX_VMCS64_GUEST_GDTR_BASE                                0x6816
     1139#define VMX_VMCS64_GUEST_IDTR_BASE                                0x6818
     1140#define VMX_VMCS64_GUEST_DR7                                      0x681A
     1141#define VMX_VMCS64_GUEST_RSP                                      0x681C
     1142#define VMX_VMCS64_GUEST_RIP                                      0x681E
     1143#define VMX_VMCS_GUEST_RFLAGS                                     0x6820
     1144#define VMX_VMCS_GUEST_DEBUG_EXCEPTIONS                           0x6822
     1145#define VMX_VMCS64_GUEST_SYSENTER_ESP                             0x6824  /**< MSR IA32_SYSENTER_ESP */
     1146#define VMX_VMCS64_GUEST_SYSENTER_EIP                             0x6826  /**< MSR IA32_SYSENTER_EIP */
    11471147/** @} */
    11481148
Note: See TracChangeset for help on using the changeset viewer.

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