VirtualBox

Changeset 98036 in vbox


Ignore:
Timestamp:
Jan 10, 2023 10:26:04 AM (2 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:10318 Fixed VPID masking bug in INVVPID implementation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp

    r97694 r98036  
    90529052        IEM_CTX_ASSERT(pVCpu, CPUMCTX_EXTRN_CR3);
    90539053        RTGCUINTPTR64 const GCPtrInvAddr = uDesc.s.Hi;
    9054         uint8_t       const uVpid        = uDesc.s.Lo & UINT64_C(0xfff);
     9054        uint16_t      const uVpid        = uDesc.Words.w0;
    90559055        uint64_t      const uCr3         = pVCpu->cpum.GstCtx.cr3;
    90569056        switch (u64InvvpidType)
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