VirtualBox

Changeset 25914 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jan 19, 2010 3:28:19 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56742
Message:

PGMInvalidatePage already flushes the page. No need to do it again (AMD-V) (-> possibly a risky change)

File:
1 edited

Legend:

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

    r24994 r25914  
    26782678    rc = PGMInvalidatePage(pVCpu, addr);
    26792679    if (RT_SUCCESS(rc))
    2680     {
    2681         /* Manually invalidate the page for the VM's TLB. */
    2682         Log(("SVMR0InvlpgA %RGv ASID=%d\n", addr, uASID));
    2683         SVMR0InvlpgA(addr, uASID);
    26842680        return VINF_SUCCESS;
    2685     }
     2681
    26862682    AssertRC(rc);
    26872683    return rc;
     
    27252721                rc = svmR0InterpretInvlPg(pVCpu, pDis, pRegFrame, uASID);
    27262722                if (RT_SUCCESS(rc))
    2727                 {
    27282723                    pRegFrame->rip += cbOp; /* Move on to the next instruction. */
    2729                 }
     2724
    27302725                return rc;
    27312726            }
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