Changeset 43387 in vbox for trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
- Timestamp:
- Sep 21, 2012 9:40:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r43047 r43387 3795 3795 VMCPU_FF_SET(pVCpu, VMCPU_FF_PGM_SYNC_CR3); 3796 3796 pgmR3RefreshShadowModeAfterA20Change(pVCpu); 3797 H WACCMFlushTLB(pVCpu);3797 HMFlushTLB(pVCpu); 3798 3798 #endif 3799 3799 STAM_REL_COUNTER_INC(&pVCpu->pgm.s.cA20Changes); … … 4326 4326 * 4327 4327 * @remarks The VINF_EM_NO_MEMORY status is for the benefit of the FF processing 4328 * in EM.cpp and shouldn't be propagated outside TRPM, H WACCM, EM and4328 * in EM.cpp and shouldn't be propagated outside TRPM, HM, EM and 4329 4329 * pgmPhysEnsureHandyPage. There is one exception to this in the \#PF 4330 4330 * handler.
Note:
See TracChangeset
for help on using the changeset viewer.