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

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp1155 static int patmr3SetBranchTargets(PVM pVM, PPATCHINFO pPatch) function
1230 AssertMsgFailed(("patmr3SetBranchTargets: patmGuestGCPtrToPatchGCPtr failed for %08X\n", pRec->pTargetGC));
2942 /* Note that patmr3SetBranchTargets can install additional patches!! */
2943 rc = patmr3SetBranchTargets(pVM, pPatch);
2946 Log(("PATMR3PatchCli: patmr3SetBranchTargets failed with %d\n", rc));
3345 /* Note that patmr3SetBranchTargets can install additional patches!! */
3346 rc = patmr3SetBranchTargets(pVM, pPatch);
3349 Log(("PATMR3PatchCli: patmr3SetBranchTargets failed with %d\n", rc));

Completed in 64 milliseconds