Changeset 76483 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Dec 26, 2018 4:14:43 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r76482 r76483 763 763 /** Current exception bitmap. */ 764 764 uint32_t u32XcptBitmap; 765 /** Padding. */ 766 uint32_t au32Alignment0[2]; 765 767 766 768 /** Physical address of the VM control structure (VMCS). */ … … 771 773 R0PTRTYPE(void *) pvVmcs; 772 774 773 /** Physical address of the current EPTP. */774 RTHCPHYS HCPhysEPTP;775 775 /** Physical address of the virtual APIC page for TPR caching. */ 776 776 RTHCPHYS HCPhysVirtApic; 777 /** Padding. */ 778 R0PTRTYPE(void *) pvAlignment0; 777 779 /** Virtual address of the virtual APIC page for TPR caching. */ 778 780 R0PTRTYPE(uint8_t *) pbVirtApic; … … 801 803 /** Virtual address of the VM-exit MSR-load area (used for host MSRs). */ 802 804 R0PTRTYPE(void *) pvHostMsr; 805 806 /** Physical address of the current EPTP. */ 807 RTHCPHYS HCPhysEPTP; 803 808 804 809 /** Number of guest/host MSR pairs in the auto-load/store area. */
Note:
See TracChangeset
for help on using the changeset viewer.