VirtualBox

Changeset 91964 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Oct 21, 2021 3:32:35 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147770
Message:

VMM/IEM: Nested VMX: bugref:10092 CR3 physical address mask check when EPT paging is enabled (ifdef'd) [typo]

File:
1 edited

Legend:

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

    r91963 r91964  
    59445944            uint64_t const fInvPhysMask = !CPUMIsGuestVmxEptPagingEnabledEx(IEM_GET_CTX(pVCpu))
    59455945                                        ? ~(RT_BIT_64(IEM_GET_GUEST_CPU_FEATURES(pVCpu)->cMaxPhysAddrWidth) - 1U)
    5946                                         : (X86_CR3_EPT_PAGE_MASK | X86_PAGE_4K_OFFSET_MASK);
     5946                                        : (~X86_CR3_EPT_PAGE_MASK | X86_PAGE_4K_OFFSET_MASK);
    59475947#else
    59485948            uint64_t const fInvPhysMask = UINT64_C(0xfff0000000000000);
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