VirtualBox

Changeset 8869

Show
Ignore:
Timestamp:
05/16/08 10:08:22 (8 months ago)
Author:
vboxsync
Message:

More intercept flags

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/hwacc_svm.h

    r8155 r8869  
    331331/* 9 Intercept WBINVD instruction */ 
    332332#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) 
    333339/** @} */ 
    334340 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy