VirtualBox

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


Ignore:
Timestamp:
Feb 25, 2025 1:23:41 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167730
Message:

VMM/IEM: Renamed X86 specific IEMTB_F_XXX flags. jiraref:VBP-1531

File:
1 edited

Legend:

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

    r108368 r108369  
    19951995            fFlags |= IEM_F_X86_DISREGARD_LOCK;
    19961996        if (CPUMIsInInterruptShadow(&pVCpu->cpum.GstCtx))
    1997             fFlags |= IEMTB_F_INHIBIT_SHADOW;
     1997            fFlags |= IEMTB_F_X86_INHIBIT_SHADOW;
    19981998        if (CPUMAreInterruptsInhibitedByNmiEx(&pVCpu->cpum.GstCtx))
    1999             fFlags |= IEMTB_F_INHIBIT_NMI;
     1999            fFlags |= IEMTB_F_X86_INHIBIT_NMI;
    20002000        if ((IEM_F_MODE_X86_CPUMODE_MASK & fFlags) != IEMMODE_64BIT)
    20012001        {
    20022002            int64_t const offFromLim = (int64_t)pVCpu->cpum.GstCtx.cs.u32Limit - (int64_t)pVCpu->cpum.GstCtx.eip;
    20032003            if (offFromLim < X86_PAGE_SIZE + 16 - (int32_t)(pVCpu->cpum.GstCtx.cs.u64Base & GUEST_PAGE_OFFSET_MASK))
    2004                 fFlags |= IEMTB_F_CS_LIM_CHECKS;
     2004                fFlags |= IEMTB_F_X86_CS_LIM_CHECKS;
    20052005        }
    20062006    }
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