Searched refs:REMR3NotifyPhysRamDeregister (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/vmm/
H A Drem.h83 REMR3DECL(void) REMR3NotifyPhysRamDeregister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb);
/vbox/src/recompiler/
H A DVBoxREMWrapper.cpp1173 { "REMR3NotifyPhysRamDeregister", (void *)&pfnREMR3NotifyPhysRamDeregister, &g_aArgsNotifyPhysRamDeregister[0], RT_ELEMENTS(g_aArgsNotifyPhysRamDeregister), REMFNDESC_FLAGS_RET_VOID, 0, NULL },
2376 REMR3DECL(void) REMR3NotifyPhysRamDeregister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb) function
H A DVBoxRecompiler.c3284 REMR3DECL(void) REMR3NotifyPhysRamDeregister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb) function
3286 Log(("REMR3NotifyPhysRamDeregister: GCPhys=%RGp cb=%d\n", GCPhys, cb));
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp3001 REMR3NotifyPhysRamDeregister(pVM, GCPhysRangeREM, cbRangeREM);

Completed in 59 milliseconds