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

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp5698 int patmR3RefreshPatch(PVM pVM, PPATMPATCHREC pPatchRec) function
5705 Log(("patmR3RefreshPatch: attempt to refresh patch at %RRv\n", pInstrGC));
5722 Log(("patmR3RefreshPatch: refused because external jumps to this patch exist but the jumps are not recorded\n"));
5725 Log(("patmR3RefreshPatch: external jumps to this patch exist, updating\n"));
5781 Log(("PATM: patmR3RefreshPatch: succeeded to refresh patch at %RRv \n", pInstrGC));
5823 LogRel(("PATM: patmR3RefreshPatch: failed to refresh patch at %RRv. Reactiving old one. \n", pInstrGC));
6356 rc = patmR3RefreshPatch(pVM, pPatch);

Completed in 85 milliseconds