Changeset 15730 in vbox for trunk/include/VBox
- Timestamp:
- Dec 23, 2008 2:18:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r15725 r15730 573 573 * @{ 574 574 */ 575 /** Relationship between the preemption timer and tsc; count down every time bit x of the tsc changes. */ 576 #define MSR_IA32_VMX_MISC_PREEMPT_TSC_BIT(a) (a & 0x1f) 575 577 /** Activity states supported by the implementation. */ 576 578 #define MSR_IA32_VMX_MISC_ACTIVITY_STATES(a) ((a >> 6ULL) & 0x7)
Note:
See TracChangeset
for help on using the changeset viewer.