VirtualBox

Changeset 66041 in vbox


Ignore:
Timestamp:
Mar 10, 2017 4:19:35 PM (8 years ago)
Author:
vboxsync
Message:

VMM: Nested Hw.virt: bits.

File:
1 edited

Legend:

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

    r66040 r66041  
    289289 */
    290290/** Set to 1 if the task switch was caused by an IRET; else cleared to 0. */
    291 # define SVM_EXIT2_TASK_SWITCH_IRET            RT_BIT_64(36)
     291#define SVM_EXIT2_TASK_SWITCH_IRET            RT_BIT_64(36)
    292292/** Set to 1 if the task switch was caused by a far jump; else cleared to 0. */
    293 # define SVM_EXIT2_TASK_SWITCH_JMP             RT_BIT_64(38)
     293#define SVM_EXIT2_TASK_SWITCH_JMP             RT_BIT_64(38)
    294294/** Set to 1 if the task switch has an error code; else cleared to 0. */
    295 # define SVM_EXIT2_TASK_SWITCH_HAS_ERROR_CODE  RT_BIT_64(44)
     295#define SVM_EXIT2_TASK_SWITCH_HAS_ERROR_CODE  RT_BIT_64(44)
    296296/** The value of EFLAGS.RF that would be saved in the outgoing TSS if the task switch were not intercepted. */
    297 # define SVM_EXIT2_TASK_SWITCH_EFLAGS_RF       RT_BIT_64(48)
     297#define SVM_EXIT2_TASK_SWITCH_EFLAGS_RF       RT_BIT_64(48)
    298298/** @} */
    299299
     
    302302 */
    303303/** The access was a read MSR. */
    304 # define SVM_EXIT1_MSR_READ                    0x0
     304#define SVM_EXIT1_MSR_READ                    0x0
    305305/** The access was a write MSR. */
    306 # define SVM_EXIT1_MSR_WRITE                   0x1
     306#define SVM_EXIT1_MSR_WRITE                   0x1
    307307/** @} */
    308308
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