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

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp1001 PATMR3EnablePatch((PVM)pVM, (RTRCPTR)pPatch->Core.Key);
2585 PATMR3EnablePatch(pVM, pTargetPatch->pPrivInstrGC);
4251 rc = PATMR3EnablePatch(pVM, pInstrGC);
5402 rc = PATMR3EnablePatch(pVM, pConflictPatch->pPrivInstrGC);
5430 rc = PATMR3EnablePatch(pVM, pConflictPatch->pPrivInstrGC);
5472 VMMR3_INT_DECL(int) PATMR3EnablePatch(PVM pVM, RTRCPTR pInstrGC) function
5477 Log(("PATMR3EnablePatch %RRv\n", pInstrGC));
5502 Log(("PATMR3EnablePatch: Can't enable a patch who's guest code has changed!!\n"));
5556 Log(("PATMR3EnablePatch: Can't enable a patch who's guest code has changed!!\n"));
5577 Log(("PATMR3EnablePatch
[all...]

Completed in 88 milliseconds