VirtualBox

Changeset 3510 in vbox


Ignore:
Timestamp:
Jul 9, 2007 2:37:57 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22729
Message:

Interpret CLTS

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/EMInternal.h

    r2981 r3510  
    135135    STAMCOUNTER             StatGCCmpXchg;
    136136    STAMCOUNTER             StatHCCmpXchg;
     137    STAMCOUNTER             StatGCClts;
     138    STAMCOUNTER             StatHCClts;
    137139
    138140    STAMCOUNTER             StatGCInterpretFailed;
     
    202204    STAMCOUNTER             StatGCFailedRdtsc;
    203205    STAMCOUNTER             StatHCFailedRdtsc;
     206    STAMCOUNTER             StatGCFailedClts;
     207    STAMCOUNTER             StatHCFailedClts;
    204208
    205209    STAMCOUNTER             StatGCFailedUserMode;
  • trunk/src/VBox/VMM/VMMAll/EMAll.cpp

    r3313 r3510  
    13911391}
    13921392
     1393static int emInterpretClts(PVM pVM, PDISCPUSTATE pCpu, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault, uint32_t *pcbSize)
     1394{
     1395    return EMInterpretCLTS(pVM);
     1396}
    13931397
    13941398/**
     
    18041808        INTERPRET_CASE(OP_MOV_DR,MovDRx);
    18051809        INTERPRET_CASE(OP_LLDT,LLdt);
     1810        INTERPRET_CASE(OP_CLTS,Clts);
    18061811        INTERPRET_CASE(OP_MONITOR, Monitor);
    18071812        INTERPRET_CASE(OP_MWAIT, MWait);
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