Changeset 8869
- Timestamp:
- 05/16/08 10:08:22 (8 months ago)
- Files:
-
- trunk/include/VBox/hwacc_svm.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/hwacc_svm.h
r8155 r8869 331 331 /* 9 Intercept WBINVD instruction */ 332 332 #define SVM_CTRL2_INTERCEPT_WBINVD RT_BIT(9) 333 /* 10 Intercept MONITOR instruction */ 334 #define SVM_CTRL2_INTERCEPT_MONITOR RT_BIT(10) 335 /* 11 Intercept MWAIT instruction unconditionally */ 336 #define SVM_CTRL2_INTERCEPT_MWAIT_UNCOND RT_BIT(11) 337 /* 12 Intercept MWAIT instruction when armed */ 338 #define SVM_CTRL2_INTERCEPT_MWAIT_ARMED RT_BIT(12) 333 339 /** @} */ 334 340

