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

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp2408 PPATCHINFO pTargetPatch = patmFindActivePatchByEntrypoint(pVM, pConflictGC, true /* include patch hints */); local
2409 if (pTargetPatch)
2410 return patmDisableUnusablePatch(pVM, pInstrGC, pConflictGC, pTargetPatch);
2573 PPATCHINFO pTargetPatch = patmFindActivePatchByEntrypoint(pVM, addr); local
2574 if(pTargetPatch)
2576 Log(("Found active patch at target %RRv (%RRv) -> temporarily disabling it!!\n", addr, pTargetPatch->pPrivInstrGC));
2577 PATMR3DisablePatch(pVM, pTargetPatch->pPrivInstrGC);
2584 if(pTargetPatch)
2585 PATMR3EnablePatch(pVM, pTargetPatch->pPrivInstrGC);

Completed in 1922 milliseconds