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

/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp1535 * process and will be adjusted later in the GMMR0UpdateReservation call after the
1652 GMMR0DECL(int) GMMR0UpdateReservation(PVM pVM, VMCPUID idCpu, uint64_t cBasePages, uint32_t cShadowPages, uint32_t cFixedPages) function
1654 LogFlow(("GMMR0UpdateReservation: pVM=%p cBasePages=%#llx cShadowPages=%#x cFixedPages=%#x\n",
1704 LogFlow(("GMMR0UpdateReservation: returns %Rrc\n", rc));
1710 * VMMR0 request wrapper for GMMR0UpdateReservation.
1712 * @returns see GMMR0UpdateReservation.
1726 return GMMR0UpdateReservation(pVM, idCpu, pReq->cBasePages, pReq->cShadowPages, pReq->cFixedPages);

Completed in 55 milliseconds