Changeset 67660 in vbox for trunk/include/VBox
- Timestamp:
- Jun 28, 2017 10:17:05 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_svm.h
r66668 r67660 297 297 /** @} */ 298 298 299 /** @name SVMVMCB.u64ExitInfo1 for Mov CR Xaccesses.300 * @{ 301 */ 302 /** The access was via Mov CRx instruction bit number. */299 /** @name SVMVMCB.u64ExitInfo1 for Mov CRx accesses. 300 * @{ 301 */ 302 /** The mask of whether the access was via a Mov CRx instruction. */ 303 303 #define SVM_EXIT1_MOV_CRX_MASK RT_BIT_64(63) 304 /** @} */ 305 304 /** The mask for the GPR number of the Mov CRx instruction. */ 305 #define SVM_EXIT1_MOV_CRX_GPR_NUMBER 0xf 306 /** @} */ 307 308 /** @name SVMVMCB.u64ExitInfo1 for Mov DRx accesses. 309 * @{ 310 */ 311 /** The mask for the GPR number of the Mov DRx instruction. */ 312 #define SVM_EXIT1_MOV_DRX_GPR_NUMBER 0xf 313 /** @} */ 306 314 307 315 /** @name SVMVMCB.ctrl.u64InterceptCtrl
Note:
See TracChangeset
for help on using the changeset viewer.