VirtualBox

vbox的更動 17228 路徑 trunk/src/VBox/VMM/PGMMap.cpp


忽略:
時間撮記:
2009-3-2 上午09:43:50 (16 年 以前)
作者:
vboxsync
訊息:

VBOX_WITH_PGMPOOL_PAGING_ONLY: fixed PGMR3MappingsUnfix

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/PGMMap.cpp

    r17134 r17228  
    686686    pVM->pgm.s.GCPtrMappingFixed = 0;
    687687    pVM->pgm.s.cbMappingFixed    = 0;
     688#ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY
    688689    VM_FF_SET(pVM, VM_FF_PGM_SYNC_CR3);
    689690
     
    695696     * be monitoring it.
    696697     */
    697 #ifdef PGMPOOL_WITH_MONITORING
     698# ifdef PGMPOOL_WITH_MONITORING
    698699    pgmPoolFlushAll(pVM);
    699 #endif
     700# endif
    700701    /* Remap CR3 as we have just flushed the CR3 shadow PML4 in case we're in long mode. */
    701702    int rc = PGM_BTH_PFN(MapCR3, pVM)(pVM, pVM->pgm.s.GCPhysCR3);
    702703    AssertRCSuccess(rc);
    703704
    704 #ifndef VBOX_WITH_PGMPOOL_PAGING_ONLY
    705705    rc = PGM_GST_PFN(MonitorCR3, pVM)(pVM, pVM->pgm.s.GCPhysCR3);
    706706    AssertRCSuccess(rc);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette