VirtualBox

忽略:
時間撮記:
2008-10-24 下午05:48:59 (16 年 以前)
作者:
vboxsync
訊息:

#1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted dead REMGC.cpp.

檔案:
修改 1 筆資料

圖例:

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

    r13186 r13565  
    2020 */
    2121
     22/*******************************************************************************
     23*   Defined Constants And Macros                                               *
     24*******************************************************************************/
    2225/** @def PGM_IGNORE_RAM_FLAGS_RESERVED
    2326 * Don't respect the MM_RAM_FLAGS_RESERVED flag when converting to HC addresses.
     
    263266    AssertFatalFailed();
    264267}
    265 
    266268
    267269
     
    11261128    pCache->Entry[iCacheIndex].pbR3   = pbR3;
    11271129}
    1128 #endif
     1130#endif /* IN_RING3 */
    11291131
    11301132/**
     
    12161218                        void *pvSrc = PGMRAMRANGE_GETHCPTR(pRam, off)
    12171219
    1218                         /** @note Dangerous assumption that HC handlers don't do anything that really requires an EMT lock! */
     1220                        /* Note! Dangerous assumption that HC handlers don't do anything that really requires an EMT lock! */
    12191221                        rc = pNode->pfnHandlerR3(pVM, GCPhys, pvSrc, pvBuf, cb, PGMACCESSTYPE_READ, pNode->pvUserR3);
    12201222                    }
     
    12641266                        void *pvSrc = PGMRAMRANGE_GETHCPTR(pRam, off)
    12651267
    1266                         /* Note: Dangerous assumption that HC handlers don't do anything that really requires an EMT lock! */
     1268                        /* Note! Dangerous assumption that HC handlers don't do anything that really requires an EMT lock! */
    12671269                        rc = pNode->pfnHandlerR3(pVM, (RTGCPTR)GCPtr, pvSrc, pvBuf, cb, PGMACCESSTYPE_READ, 0);
    12681270                    }
     
    13851387    return;
    13861388}
     1389
    13871390
    13881391/**
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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