Changeset 91971 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Oct 21, 2021 3:58:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/hm_vmx.h
r91965 r91971 3851 3851 RTUINT64U u64AddrPostedIntDesc; /**< 0x2b0 - Posted-interrupt descriptor address. */ 3852 3852 RTUINT64U u64VmFuncCtls; /**< 0x2b8 - VM-functions control. */ 3853 RTUINT64U u64Ept pPtr; /**< 0x2c0 - EPTPpointer. */3853 RTUINT64U u64EptPtr; /**< 0x2c0 - EPT pointer. */ 3854 3854 RTUINT64U u64EoiExitBitmap0; /**< 0x2c8 - EOI-exit bitmap 0. */ 3855 3855 RTUINT64U u64EoiExitBitmap1; /**< 0x2d0 - EOI-exit bitmap 1. */
Note:
See TracChangeset
for help on using the changeset viewer.