VirtualBox

儲存庫 vbox 的更動 17116


忽略:
時間撮記:
2009-2-25 上午10:32:33 (16 年 以前)
作者:
vboxsync
訊息:

VBOX_WITH_PGMPOOL_PAGING_ONLY: mapping implies present

檔案:
修改 1 筆資料

圖例:

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

    r17114 r17116  
    933933                    {
    934934                        if (   (pPdpt->a[i].u & PGM_PLXFLAGS_MAPPING)
    935                             &&  pPdpt->a[i].n.u1Present
    936935                            &&  pPage->Core.Key == (pPdpt->a[i].u & X86_PDPE_PG_MASK))
    937936                        {
     937                            Assert(pPdpt->a[i].n.u1Present);
    938938                            LogFlow(("pgmPoolIsActiveRootPage found PAE PDPE root\n"));
    939939                            pPage->cModifications = 1; /* reset counter (can't use 0, or else it will be reinserted in the modified list) */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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