Changeset 2763 in vbox for trunk/include/VBox
- Timestamp:
- May 22, 2007 12:27:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r2737 r2763 212 212 #define MSR_IA32_VMX_MISC_CR3_TARGET(a) ((a >> 16ULL) & 0x1FF) 213 213 /** Maximum nr of MSRs in the VMCS. (N+1)*512. */ 214 #define MSR_IA32_VMX_MISC_MAX_MSR(a) ((( a >> 25ULL) & 0x7) + 1) * 512)214 #define MSR_IA32_VMX_MISC_MAX_MSR(a) ((((a >> 25ULL) & 0x7) + 1) * 512) 215 215 /** MSEG revision identifier used by the processor. */ 216 216 #define MSR_IA32_VMX_MISC_MSEG_ID(a) (a >> 32ULL)
Note:
See TracChangeset
for help on using the changeset viewer.