Searched defs:fGuarded (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A DVBoxRecompiler.c102 static int remR3InitPhysRamSizeAndDirtyMap(PVM pVM, bool fGuarded);
485 rc = remR3InitPhysRamSizeAndDirtyMap(pVM, true /* fGuarded */);
487 rc = remR3InitPhysRamSizeAndDirtyMap(pVM, false /* fGuarded */);
497 * @param fGuarded Whether to guard the map.
499 static int remR3InitPhysRamSizeAndDirtyMap(PVM pVM, bool fGuarded) argument
514 if (!fGuarded)

Completed in 44 milliseconds