Changeset 46379 in vbox for trunk/include
- Timestamp:
- Jun 4, 2013 1:01:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r46378 r46379 805 805 /** Highest field index. */ 806 806 #define MSR_IA32_VMX_VMCS_ENUM_HIGHEST_INDEX(a) (((a) >> 1) & 0x1FF) 807 808 807 /** @} */ 809 808 … … 1128 1127 /** @} */ 1129 1128 1129 1130 /** @name VMX_VMCS_CTRL_VMFUNC 1131 * @{ 1132 */ 1133 /** EPTP-switching function changes the value of the EPTP to one chosen from the EPTP list. */ 1134 #define VMX_VMCS_CTRL_VMFUNC_EPTP_SWITCHING RT_BIT_64(0) 1135 /** @} */ 1136 1137 1130 1138 /** @name VMCS field encoding - 32 Bits read-only fields 1131 1139 * @{
Note:
See TracChangeset
for help on using the changeset viewer.