VirtualBox

Changeset 8869 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 16, 2008 8:08:22 AM (17 years ago)
Author:
vboxsync
Message:

More intercept flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
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