Lines Matching defs:PATMR3DisablePatch

1019     PATMR3DisablePatch((PVM)pVM, (RTRCPTR)pPatch->Core.Key);
2577 PATMR3DisablePatch(pVM, pTargetPatch->pPrivInstrGC);
4235 PATMR3DisablePatch(pVM, pPatchRec->patch.pPrivInstrGC);
4560 rc = PATMR3DisablePatch(pVM, pInstrGC);
5225 VMMR3_INT_DECL(int) PATMR3DisablePatch(PVM pVM, RTRCPTR pInstrGC)
5230 Log(("PATMR3DisablePatch: %RRv\n", pInstrGC));
5291 Log(("PATMR3DisablePatch: Can't disable a patch who's guest code has changed!!\n"));
5294 pPatch->uState = PATCH_DISABLED; /* don't call PATMR3DisablePatch again */
5303 Log(("PATMR3DisablePatch: unable to disable patch -> mark PATCH_DISABLE_PENDING\n"));
5327 Log(("PATMR3DisablePatch: Can't disable a patch who's guest code has changed!!\n"));
5330 pPatch->uState = PATCH_DISABLED; /* don't call PATMR3DisablePatch again */
5356 Log(("PATMR3DisablePatch: disabled patch at %RRv\n", pInstrGC));
5423 int rc = PATMR3DisablePatch(pVM, pConflictPatch->pPrivInstrGC);
5446 int rc = PATMR3DisablePatch(pVM, pConflictPatch->pPrivInstrGC);
5570 /* Restore the entry breakpoint with the original opcode (see PATMR3DisablePatch). */
5607 /* Note: PATMR3DisablePatch puts a breakpoint (0xCC) at the entry of this patch */
5731 rc = PATMR3DisablePatch(pVM, pInstrGC);
5926 int rc = PATMR3DisablePatch(pVM, pInstrGC);
5957 int rc = PATMR3DisablePatch(pVM, pPatch->pPrivInstrGC);
6430 rc = PATMR3DisablePatch(pVM, pPatch->patch.pPrivInstrGC);
6431 AssertReleaseMsg(rc != VWRN_PATCH_REMOVED, ("PATMR3DisablePatch removed patch at %RRv\n", pPrivInstrGC));
6643 PATMR3DisablePatch(pVM, pPatch->patch.pPrivInstrGC);
6654 PATMR3DisablePatch(pVM, pPatch->patch.pPrivInstrGC);
6687 rc = PATMR3DisablePatch(pVM, pPatchRec->patch.pPrivInstrGC);
6708 PATMR3DisablePatch(pVM, pPatchRec->patch.pPrivInstrGC);