Changeset 72855 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jul 4, 2018 8:36:12 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123400
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r72854 r72855 461 461 /** Set if unrestricted guest execution is allowed to be used. */ 462 462 bool fAllowUnrestricted; 463 /** Whether we're using the preemption timeror not. */463 /** Set if the preemption timer is in use or not. */ 464 464 bool fUsePreemptTimer; 465 465 /** The shift mask employed by the VMX-Preemption timer. */ … … 484 484 #endif 485 485 486 /** Internal Id of which flush-handler to use for tagged-TLB entries. */ 487 uint32_t uFlushTaggedTlb; 486 /** Tagged-TLB flush type. */ 487 VMXTLBFLUSHTYPE enmTlbFlushType; 488 /** Flush type to use for INVEPT. */ 489 VMXTLBFLUSHEPT enmTlbFlushEpt; 490 /** Flush type to use for INVVPID. */ 491 VMXTLBFLUSHVPID enmTlbFlushVpid; 488 492 489 493 /** Pause-loop exiting (PLE) gap in ticks. */ … … 505 509 /** VMX MSR values. */ 506 510 VMXMSRS Msrs; 507 508 /** Flush types for invept & invvpid; they depend on capabilities. */509 VMXFLUSHEPT enmFlushEpt;510 VMXFLUSHVPID enmFlushVpid;511 511 512 512 /** Host-physical address for a failing VMXON instruction. */
Note:
See TracChangeset
for help on using the changeset viewer.