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

/vbox/src/VBox/VMM/VMMR3/
H A DEMHM.cpp463 * @param pfFFDone Where to store an indicator telling whether or not
466 int emR3HmExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone) argument
472 *pfFFDone = false;
590 *pfFFDone = true;
H A DEMRaw.cpp1369 * @param pfFFDone Where to store an indicator telling whether or not
1372 int emR3RawExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone) argument
1380 *pfFFDone = false;
1599 *pfFFDone = true;
H A DEM.cpp91 static int emR3RemExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone);
1057 * @param pfFFDone Where to store an indicator telling whether or not
1061 static int emR3RemExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone) argument
1084 *pfFFDone = false;
1213 *pfFFDone = true;
1267 * @param pfFFDone Force flags done indicator.
1271 static VBOXSTRICTRC emR3ExecuteIemThenRem(PVM pVM, PVMCPU pVCpu, bool *pfFFDone) argument
1274 *pfFFDone = false;

Completed in 73 milliseconds