Changeset 72683 in vbox for trunk/include/iprt/nt
- Timestamp:
- Jun 25, 2018 9:28:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/hyperv.h
r72544 r72683 1387 1387 { 1388 1388 HV_VP_INDEX VpIndex; /**< 0x00 */ 1389 uint8_t InstructionLength; /**< 0x04: Zero if not available, instruction fetch exit, ... */ 1389 uint8_t InstructionLength : 4; /**< 0x04[3:0]: Zero if not available, instruction fetch exit, ... */ 1390 uint8_t Cr8 : 4; /**< 0x04[7:4]: Not sure since when, but after v2. */ 1390 1391 HV_INTERCEPT_ACCESS_TYPE InterceptAccessType; /**< 0x05 */ 1391 1392 HV_X64_VP_EXECUTION_STATE ExecutionState; /**< 0x06 */
Note:
See TracChangeset
for help on using the changeset viewer.