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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp1458 * PGMR3PhysRegisterRam worker that initializes and links a RAM range.
1542 * PGMR3PhysRegisterRam worker that registers a high chunk.
1640 VMMR3DECL(int) PGMR3PhysRegisterRam(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS cb, const char *pszDesc) function
1645 Log(("PGMR3PhysRegisterRam: GCPhys=%RGp cb=%RGp pszDesc=%s\n", GCPhys, cb, pszDesc));

Completed in 66 milliseconds