Changeset 3362 in vbox
- Timestamp:
- Jul 2, 2007 10:58:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r2981 r3362 222 222 */ 223 223 /** Highest field index. */ 224 #define MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX(a) ((a >> 1ULL) & 0x1FF) )224 #define MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX(a) ((a >> 1ULL) & 0x1FF) 225 225 226 226 /** @} */ … … 720 720 "ir"((uint32_t)pVMXOn), /* don't allow direct memory reference here, */ 721 721 "ir"((uint32_t)(pVMXOn >> 32)) /* this would not work with -fomit-frame-pointer */ 722 :"memory" 722 723 ); 723 724 # else … … 796 797 "ir"((uint32_t)pVMCS), /* don't allow direct memory reference here, */ 797 798 "ir"((uint32_t)(pVMCS >> 32)) /* this would not work with -fomit-frame-pointer */ 799 :"memory" 798 800 ); 799 801 # else
Note:
See TracChangeset
for help on using the changeset viewer.