VirtualBox

Changeset 44096 in vbox for trunk/include


Ignore:
Timestamp:
Dec 11, 2012 3:01:52 PM (12 years ago)
Author:
vboxsync
Message:

VMM/VMMR0: naming.

File:
1 edited

Legend:

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

    r43947 r44096  
    10161016 * @{
    10171017 */
    1018 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_EXT             0
     1018#define VMX_EXIT_INTERRUPTION_INFO_TYPE_EXT_INT         0
    10191019#define VMX_EXIT_INTERRUPTION_INFO_TYPE_NMI             2
    1020 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_HWEXCPT         3
    1021 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_SW              4 /**< int xx */
    1022 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_DBEXCPT         5 /**< Why are we getting this one?? */
    1023 #define VMX_EXIT_INTERRUPTION_INFO_TYPE_SWEXCPT         6
     1020#define VMX_EXIT_INTERRUPTION_INFO_TYPE_HW_XCPT         3
     1021#define VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_INT          4 /**< int xx */
     1022#define VMX_EXIT_INTERRUPTION_INFO_TYPE_DB_XCPT         5 /**< Why are we getting this one?? */
     1023#define VMX_EXIT_INTERRUPTION_INFO_TYPE_SW_XCPT         6
    10241024/** @} */
    10251025
     
    11051105#define VMX_VMCS_RO_IO_RDI                                      0x6406
    11061106#define VMX_VMCS_RO_IO_RIP                                      0x6408
    1107 #define VMX_VMCS_EXIT_GUEST_LINEAR_ADDR                         0x640A
     1107#define VMX_VMCS_RO_EXIT_GUEST_LINEAR_ADDR                      0x640A
    11081108/** @} */
    11091109
     
    11761176/** Task switch caused by an interrupt gate. */
    11771177#define VMX_EXIT_QUALIFICATION_TASK_SWITCH_TYPE_IDT     3
    1178 
    11791178/** @} */
    11801179
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