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

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp2400 * @param pConflictGC Guest context pointer to check
2405 VMMR3_INT_DECL(int) PATMR3DetectConflict(PVM pVM, RTRCPTR pInstrGC, RTRCPTR pConflictGC) argument
2408 PPATCHINFO pTargetPatch = patmFindActivePatchByEntrypoint(pVM, pConflictGC, true /* include patch hints */);
2410 return patmDisableUnusablePatch(pVM, pInstrGC, pConflictGC, pTargetPatch);

Completed in 48 milliseconds