Searched refs:pfFFDone (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DEMInternal.h461 int emR3HmExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone);
462 int emR3RawExecute(PVM pVM, PVMCPU pVCpu, bool *pfFFDone);
/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 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;
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;

Completed in 58 milliseconds