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

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPhys.cpp2738 * This API respects access handlers and MMIO. Use PGMPhysSimpleWriteGCPhys() if you
2936 VMMDECL(int) PGMPhysSimpleWriteGCPhys(PVM pVM, RTGCPHYS GCPhysDst, const void *pvSrc, size_t cb) function
2938 LogFlow(("PGMPhysSimpleWriteGCPhys: %RGp %zu\n", GCPhysDst, cb));

Completed in 73 milliseconds