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

/vbox/src/VBox/VMM/VMMRZ/
H A DPGMRZDynMap.cpp1347 * @param pfNew Set to @c true if a new entry was made and @c false if
1350 static uint32_t pgmR0DynMapPageSlow(PPGMRZDYNMAP pThis, RTHCPHYS HCPhys, uint32_t iPage, PVMCPU pVCpu, bool *pfNew) argument
1381 *pfNew = false;
1410 *pfNew = true;

Completed in 50 milliseconds