VirtualBox

忽略:
時間撮記:
2021-11-24 上午09:13:14 (3 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
148465
訊息:

VMM: Nested VMX: bugref:10092 Renamed fPdpesMapped as it's rather misleading. More importantly CR3 is mapped and in case of PAE paging, the PAE PDPTEs have been mapped.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp

    r92468 r92583  
    18961896                {
    18971897                    LogFlow(("nemR3NativeRunGC: calling PGMFlushTLB...\n"));
    1898                     int rc = PGMFlushTLB(pVCpu, CPUMGetGuestCR3(pVCpu), true /*fGlobal*/, false /*fPdpesMapped*/);
     1898                    int rc = PGMFlushTLB(pVCpu, CPUMGetGuestCR3(pVCpu), true /*fGlobal*/, false /*fCr3Mapped*/);
    18991899                    AssertRCReturn(rc, rc);
    19001900                    if (rcStrict == VINF_NEM_FLUSH_TLB)
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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