Changeset 52192 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jul 25, 2014 3:04:01 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95251
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r52041 r52192 105 105 #define VMX_RESTORE_HOST_GDTR RT_BIT(5) 106 106 #define VMX_RESTORE_HOST_IDTR RT_BIT(6) 107 #define VMX_RESTORE_HOST_REQUIRED RT_BIT(7) 107 #define VMX_RESTORE_HOST_GDT_READ_ONLY RT_BIT(7) 108 #define VMX_RESTORE_HOST_REQUIRED RT_BIT(8) 108 109 /** @} */ 109 110 -
trunk/include/VBox/vmm/hm_vmx.mac
r48140 r52192 159 159 %define VMX_RESTORE_HOST_GDTR 20h ;RT_BIT(5) 160 160 %define VMX_RESTORE_HOST_IDTR 40h ;RT_BIT(6) 161 %define VMX_RESTORE_HOST_REQUIRED 80h ;RT_BIT(7) 161 %define VMX_RESTORE_HOST_GDT_READ_ONLY 80h ;RT_BIT(7) 162 %define VMX_RESTORE_HOST_REQUIRED 100h ;RT_BIT(8) 162 163 163 164 ;; C version hm_vmx.h.
Note:
See TracChangeset
for help on using the changeset viewer.