VirtualBox

Changeset 102663 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Dec 21, 2023 1:55:07 AM (14 months ago)
Author:
vboxsync
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/include/VBox/vmm/iem.h

    r101245 r102663  
    183183{
    184184    IEMTLBPHYSFLUSHREASON_INVALID = 0,
    185     IEMTLBPHYSFLUSHREASON_ALLOCATED,
    186     IEMTLBPHYSFLUSHREASON_ALLOCATED_LARGE,
     185    IEMTLBPHYSFLUSHREASON_ALLOCATED,                /**< Allocated page, was zero page. */
     186    IEMTLBPHYSFLUSHREASON_ALLOCATED_FROM_SHARED,    /**< Allocated page, was shared page. */
     187    IEMTLBPHYSFLUSHREASON_ALLOCATED_LARGE,          /**< Allocated a large page (was zero). */
    187188    IEMTLBPHYSFLUSHREASON_FREED,
    188189    IEMTLBPHYSFLUSHREASON_MADE_WRITABLE,
Note: See TracChangeset for help on using the changeset viewer.

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