VirtualBox

Changeset 105428 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jul 22, 2024 1:13:40 PM (6 months ago)
Author:
vboxsync
Message:

VMM/IEM: More 'info dtlb/itlb' details. [build fix] bugref:10727

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/IEMR3.cpp

    r105427 r105428  
    10981098    if (fFlags & IEMR3INFOTLB_F_CHECK)
    10991099    {
    1100         uint32_t const fInvSlotG = (uint32_t)!(uSlot & 1) << X86_PTE_BIT_Gx;
     1100        uint32_t const fInvSlotG = (uint32_t)!(uSlot & 1) << X86_PTE_BIT_G;
    11011101        PGMPTWALKFAST  WalkFast;
    11021102        int rc = PGMGstQueryPageFast(pVCpu, GCPtr, 0 /*fFlags - don't check or modify anything */, &WalkFast);
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