Changeset 74113 in vbox for trunk/include/VBox
- Timestamp:
- Sep 6, 2018 11:49:14 AM (6 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r74102 r74113 966 966 uint32_t enmMicroarch; 967 967 #endif 968 /** The maximum physical address wi th of the CPU. */968 /** The maximum physical address width of the CPU. */ 969 969 uint8_t cMaxPhysAddrWidth; 970 /** Alignment padding. */971 uint8_t abPadding[1];970 /** The maximum physical address width for VMX/VMCS structures. */ 971 uint8_t cVmxMaxPhysAddrWidth; 972 972 /** Max size of the extended state (or FPU state if no XSAVE). */ 973 973 uint16_t cbMaxExtendedState; -
trunk/include/VBox/vmm/hm_vmx.h
r74104 r74113 2831 2831 #define VMX_V_VMCS_MAX_INDEX RT_BF_GET(VMX_VMCS64_CTRL_TSC_MULTIPLIER_HIGH, VMX_BF_VMCS_ENC_INDEX) 2832 2832 2833 /** Whether physical addresses of VMXON and VMCS related structures (I/O bitmap2834 * etc.) are limited to 32-bits (4G). Always 0 on 64-bit CPUs. */2835 #define VMX_V_VMCS_PHYSADDR_4G_LIMIT 02836 2837 2833 /** @name Virtual VMX MSR - Miscellaneous data. 2838 2834 * @{ */ … … 3484 3480 kVmxVInstrDiag_Vmentry_HostEferMsr, 3485 3481 kVmxVInstrDiag_Vmentry_HostGuestLongMode, 3482 kVmxVInstrDiag_Vmentry_HostGuestLongModeNoCpu, 3486 3483 kVmxVInstrDiag_Vmentry_HostSysenterEspEip, 3487 3484 kVmxVInstrDiag_Vmentry_HostPatMsr,
Note:
See TracChangeset
for help on using the changeset viewer.