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

/vbox/src/VBox/VMM/include/
H A DPGMInline.h147 * @param ppRamHint Where to read and store the ram list hint.
150 DECLINLINE(int) pgmPhysGetPageWithHintEx(PVM pVM, RTGCPHYS GCPhys, PPPGMPAGE ppPage, PPGMRAMRANGE *ppRamHint) argument
153 PPGMRAMRANGE pRam = *ppRamHint;
160 return pgmPhysGetPageAndRangeExSlow(pVM, GCPhys, ppPage, ppRamHint);
163 *ppRamHint = pRam;

Completed in 48 milliseconds