VirtualBox

Changeset 56626 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 24, 2015 7:38:41 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101260
Message:

PGMInline.h: pvZeroPg and physical guest address TLB may need some attention later.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/PGMInline.h

    r56384 r56626  
    489489        STAM_COUNTER_INC(&pVM->pgm.s.CTX_SUFF(pStats)->CTX_MID_Z(Stat,PageMapTlbHits));
    490490        rc = VINF_SUCCESS;
     491# if 0 //def VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0
     492#  ifdef IN_RING3
     493        if (pTlbe->pv == (void *)pVM->pgm.s.pvZeroPgR0)
     494#  else
     495        if (pTlbe->pv == (void *)pVM->pgm.s.pvZeroPgR3)
     496#  endif
     497            pTlbe->pv = pVM->pgm.s.CTX_SUFF(pvZeroPg);
     498# endif
    491499        AssertPtr(pTlbe->pv);
    492500# ifndef VBOX_WITH_2X_4GB_ADDR_SPACE_IN_R0
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