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/REMAll.cpp

    r12989 r13565  
    3434#include <iprt/assert.h>
    3535
     36
     37#ifndef IN_RING3
    3638
    3739/**
     
    157159}
    158160
     161#endif /* !IN_RING3 */
     162
     163/**
     164 * Make REM flush all translation block upon the next call to REMR3State().
     165 *
     166 * @param   pVM             Pointer to the shared VM structure.
     167 */
     168VMMDECL(void) REMFlushTBs(PVM pVM)
     169{
     170    LogFlow(("REMFlushTBs: fFlushTBs=%RTbool fInREM=%RTbool fInStateSync=%RTbool\n",
     171             pVM->rem.s.fFlushTBs, pVM->rem.s.fInREM, pVM->rem.s.fInStateSync));
     172    pVM->rem.s.fFlushTBs = true;
     173}
     174
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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