VirtualBox

Changeset 72855 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jul 4, 2018 8:36:12 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123400
Message:

VMM/HM: Use enum for Tagged-TLB flush types, and related cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/HMInternal.h

    r72854 r72855  
    461461        /** Set if unrestricted guest execution is allowed to be used. */
    462462        bool                        fAllowUnrestricted;
    463         /** Whether we're using the preemption timer or not. */
     463        /** Set if the preemption timer is in use or not. */
    464464        bool                        fUsePreemptTimer;
    465465        /** The shift mask employed by the VMX-Preemption timer. */
     
    484484#endif
    485485
    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;
    488492
    489493        /** Pause-loop exiting (PLE) gap in ticks. */
     
    505509        /** VMX MSR values. */
    506510        VMXMSRS                     Msrs;
    507 
    508         /** Flush types for invept & invvpid; they depend on capabilities. */
    509         VMXFLUSHEPT                 enmFlushEpt;
    510         VMXFLUSHVPID                enmFlushVpid;
    511511
    512512        /** Host-physical address for a failing VMXON instruction. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette