Changeset 66041 in vbox
- Timestamp:
- Mar 10, 2017 4:19:35 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/vmm/hm_svm.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_svm.h
r66040 r66041 289 289 */ 290 290 /** 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) 292 292 /** 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) 294 294 /** 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) 296 296 /** 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) 298 298 /** @} */ 299 299 … … 302 302 */ 303 303 /** The access was a read MSR. */ 304 # define SVM_EXIT1_MSR_READ 0x0304 #define SVM_EXIT1_MSR_READ 0x0 305 305 /** The access was a write MSR. */ 306 # define SVM_EXIT1_MSR_WRITE 0x1306 #define SVM_EXIT1_MSR_WRITE 0x1 307 307 /** @} */ 308 308
Note:
See TracChangeset
for help on using the changeset viewer.

