Lines Matching defs:pvUser

658 static DECLCALLBACK(int)  pgmR3RelocatePhysHandler(PAVLROGCPHYSNODECORE pNode, void *pvUser);
659 static DECLCALLBACK(int) pgmR3RelocateVirtHandler(PAVLROGCPTRNODECORE pNode, void *pvUser);
660 static DECLCALLBACK(int) pgmR3RelocateHyperVirtHandler(PAVLROGCPTRNODECORE pNode, void *pvUser);
2417 * @param pvUser Pointer to the offDelta. This is a pointer to the delta since we're
2420 static DECLCALLBACK(int) pgmR3RelocatePhysHandler(PAVLROGCPHYSNODECORE pNode, void *pvUser)
2423 RTGCINTPTR offDelta = *(PRTGCINTPTR)pvUser;
2437 * @param pvUser Pointer to the offDelta. This is a pointer to the delta since we're
2440 static DECLCALLBACK(int) pgmR3RelocateVirtHandler(PAVLROGCPTRNODECORE pNode, void *pvUser)
2443 RTGCINTPTR offDelta = *(PRTGCINTPTR)pvUser;
2457 * @param pvUser Pointer to the offDelta. This is a pointer to the delta since we're
2460 static DECLCALLBACK(int) pgmR3RelocateHyperVirtHandler(PAVLROGCPTRNODECORE pNode, void *pvUser)
2463 RTGCINTPTR offDelta = *(PRTGCINTPTR)pvUser;
2620 static DECLCALLBACK(void) pgmR3ResetNoMorePhysWritesFlag(PUVM pUVM, VMSTATE enmState, VMSTATE enmOldState, void *pvUser)
2625 NOREF(enmOldState); NOREF(pvUser);
3985 * pvUser argument of the pgmR3CheckIntegrity*Node callbacks.
4001 * @param pvUser pVM.
4003 static DECLCALLBACK(int) pgmR3CheckIntegrityPhysHandlerNode(PAVLROGCPHYSNODECORE pNode, void *pvUser)
4005 PPGMCHECKINTARGS pArgs = (PPGMCHECKINTARGS)pvUser;
4025 * @param pvUser pVM.
4027 static DECLCALLBACK(int) pgmR3CheckIntegrityVirtHandlerNode(PAVLROGCPTRNODECORE pNode, void *pvUser)
4029 PPGMCHECKINTARGS pArgs = (PPGMCHECKINTARGS)pvUser;
4057 * @param pvUser pVM.
4059 static DECLCALLBACK(int) pgmR3CheckIntegrityPhysToVirtHandlerNode(PAVLROGCPHYSNODECORE pNode, void *pvUser)
4061 PPGMCHECKINTARGS pArgs = (PPGMCHECKINTARGS)pvUser;