VirtualBox

Ignore:
Timestamp:
Dec 21, 2023 1:55:07 AM (17 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
160825
Message:

VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. Fixed bug in 8-bit register stores (AMD64). Fixed bug in iemNativeEmitBltInCheckOpcodes (AMD64). Added a way to inject state logging between each instruction, currently only really implemented for AMD64. Relaxed the heave flushing code, no need to set the buffer pointer to NULL. Started looking at avoiding code TLB flushing when allocating memory to replace zero pages. bugref:10371

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllThrdPython.py

    r102624 r102663  
    19601960    ## whether it has a native recompiler implementation.
    19611961    katBltIns = (
     1962        ( 'Nop',                                                0, True  ),
     1963        ( 'LogCpuState',                                        0, True  ),
     1964
    19621965        ( 'DeferToCImpl0',                                      2, True  ),
    19631966        ( 'CheckIrq',                                           0, True  ),
     
    19701973        ( 'CheckOpcodesConsiderCsLim',                          3, True  ),
    19711974
    1972         ( 'CheckCsLimAndPcAndOpcodes',                          3, False ),
    1973         ( 'CheckPcAndOpcodes',                                  3, False ),
    1974         ( 'CheckPcAndOpcodesConsiderCsLim',                     3, False ),
     1975        ( 'CheckCsLimAndPcAndOpcodes',                          3, True ),
     1976        ( 'CheckPcAndOpcodes',                                  3, True ),
     1977        ( 'CheckPcAndOpcodesConsiderCsLim',                     3, True ),
    19751978
    19761979        ( 'CheckCsLimAndOpcodesAcrossPageLoadingTlb',           3, False ),
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