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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp93 * EMT worker for PGMR3PhysReadExternal.
115 VMMR3DECL(int) PGMR3PhysReadExternal(PVM pVM, RTGCPHYS GCPhys, void *pvBuf, size_t cbRead) function
120 LogFlow(("PGMR3PhysReadExternal: %RGp %d\n", GCPhys, cbRead));

Completed in 57 milliseconds