VirtualBox

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


Ignore:
Timestamp:
Jun 11, 2024 9:24:44 AM (8 months ago)
Author:
vboxsync
Message:

VMM/PGM: Made the apRamRangesTlb users handle stale entries (the TLB may contain such since r163452). [fix] bugref:10687 bugref:10093

File:
1 edited

Legend:

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

    r104881 r104882  
    190190    if (   !pRam
    191191        || RT_UNLIKELY(   (off = GCPhys - (GCPhysFirst = pRam->GCPhys)) >= pRam->cb
    192                        && GCPhys >= GCPhysFirst) )
     192                       || GCPhys < GCPhysFirst) )
    193193    {
    194194        pRam = pVM->CTX_EXPR(pgm, pgmr0, pgm).s.apRamRangesTlb[PGM_RAMRANGE_TLB_IDX(GCPhys)];
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