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

/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp69 RTRCPTR pPatchJumpDestGC; member in struct:PATCHINFOSSM
397 SSMFIELD_ENTRY_RCPTR( PATMPATCHRECSSM, patch.pPatchJumpDestGC),
597 pPatch->patch.pPatchJumpDestGC = pPatchSSM->patch.pPatchJumpDestGC;
641 pPatchSSM->patch.pPatchJumpDestGC = pPatch->patch.pPatchJumpDestGC;
H A DPATM.cpp2634 Assert(pPatch->pPatchJumpDestGC);
2642 pPatch->pPatchJumpDestGC) != VINF_SUCCESS)
2650 *(uint32_t *)&temp[1] = (uint32_t)pPatch->pPatchJumpDestGC - ((uint32_t)pPatch->pPrivInstrGC + pPatch->cbPatchJump); //return address
2659 pPatch->pPatchJumpDestGC) != VINF_SUCCESS)
2668 *(uint32_t *)&temp[2] = (uint32_t)pPatch->pPatchJumpDestGC - ((uint32_t)pPatch->pPrivInstrGC + pPatch->cbPatchJump); //return address
4046 pPatch->pPatchJumpDestGC = pJmpDest;
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h302 RTRCPTR pPatchJumpDestGC; member in struct:PATCHINFO
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1283 GEN_CHECK_OFF(PATCHINFO, pPatchJumpDestGC);

Completed in 72 milliseconds