VirtualBox

Changeset 13200 in vbox


Ignore:
Timestamp:
Oct 13, 2008 9:27:44 AM (16 years ago)
Author:
vboxsync
Message:

VMXR0InvalidatePage calls still occur in EPT mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp

    r13199 r13200  
    835835            int rc = VMXWriteVMCS(VMX_VMCS_GUEST_PDPTR0_FULL + i*2, Pdpe.u);
    836836#if HC_ARCH_BITS == 32
    837             rc |=  VMXWriteVMCS(VMX_VMCS_GUEST_PDPTR0_FULL + i*2 + 1, Pdpe.u >> 32ULL);
     837            rc    |= VMXWriteVMCS(VMX_VMCS_GUEST_PDPTR0_FULL + i*2 + 1, Pdpe.u >> 32ULL);
    838838#endif
    839839            AssertRC(rc);
     
    30573057    bool fFlushPending = pVM->hwaccm.s.fForceTLBFlush;
    30583058
    3059     /* @todo Only relevant if we want to use VPID. */
    3060     Assert(!pVM->hwaccm.s.fNestedPaging);
    3061 
     3059    /* Only relevant if we want to use VPID.
     3060     * In the nested paging case we still see such calls, but
     3061     * can safely ignore them. (e.g. after cr3 updates)
     3062     */
    30623063#ifdef HWACCM_VTX_WITH_VPID
    30633064    /* Skip it if a TLB flush is already pending. */
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