VirtualBox

Ignore:
Timestamp:
May 18, 2009 1:48:59 PM (16 years ago)
Author:
vboxsync
Message:

Restrict some invlpg to RC only.

File:
1 edited

Legend:

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

    r19785 r19788  
    42934293                        pVCpu->pgm.s.apGstPaePDsRC[i]     = (RCPTRTYPE(PX86PDPAE))GCPtr;
    42944294                        pVCpu->pgm.s.aGCPhysGstPaePDs[i]  = GCPhys;
    4295                         PGM_INVL_PG(GCPtr); /** @todo This ends up calling HWACCMInvalidatePage, is that correct? */
     4295#  ifdef IN_RC
     4296                        PGM_INVL_PG(GCPtr);
     4297#  endif
    42964298                        continue;
    42974299                    }
     
    43054307                pVCpu->pgm.s.apGstPaePDsRC[i]     = 0;
    43064308                pVCpu->pgm.s.aGCPhysGstPaePDs[i]  = NIL_RTGCPHYS;
     4309#  ifdef IN_RC
    43074310                PGM_INVL_PG(GCPtr); /** @todo this shouldn't be necessary? */
     4311#  endif
    43084312            }
    43094313
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