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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp4559 * @param pcPendingPages Where the number of pages waiting to be freed are
4566 int pgmPhysFreePage(PVM pVM, PGMMFREEPAGESREQ pReq, uint32_t *pcPendingPages, PPGMPAGE pPage, RTGCPHYS GCPhys) argument
4644 uint32_t iPage = *pcPendingPages;
4646 *pcPendingPages += 1;
4660 *pcPendingPages = 0;

Completed in 154 milliseconds