vbox的更動 17228 路徑 trunk/src/VBox/VMM/PGMMap.cpp
- 時間撮記:
- 2009-3-2 上午09:43:50 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/PGMMap.cpp
r17134 r17228 686 686 pVM->pgm.s.GCPtrMappingFixed = 0; 687 687 pVM->pgm.s.cbMappingFixed = 0; 688 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY 688 689 VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3); 689 690 … … 695 696 * be monitoring it. 696 697 */ 697 # ifdef PGMPOOL_WITH_MONITORING698 # ifdef PGMPOOL_WITH_MONITORING 698 699 pgmPoolFlushAll(pVM); 699 # endif700 # endif 700 701 /* Remap CR3 as we have just flushed the CR3 shadow PML4 in case we're in long mode. */ 701 702 int rc = PGM_BTH_PFN(MapCR3, pVM)(pVM, pVM->pgm.s.GCPhysCR3); 702 703 AssertRCSuccess(rc); 703 704 704 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY705 705 rc = PGM_GST_PFN(MonitorCR3, pVM)(pVM, pVM->pgm.s.GCPhysCR3); 706 706 AssertRCSuccess(rc);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器