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

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp2425 static int patmRecompileCodeStream(PVM pVM, RCPTRTYPE(uint8_t *) pInstrGC, RCPTRTYPE(uint8_t *) pCurInstrGC, PFN_PATMR3ANALYSE pfnPATMR3Recompile, PPATMP2GLOOKUPREC pCacheRec) function
2475 Log(("patmRecompileCodeStream: irqs inhibited by instruction %RRv\n", pNextInstrGC));
2552 Log(("patmRecompileCodeStream continue passed conditional jump\n"));
2554 rc = patmRecompileCodeStream(pVM, pInstrGC, pCurInstrGC+cbInstr, pfnPATMR3Recompile, pCacheRec);
2557 Log(("patmRecompileCodeStream fatal error %d\n", rc));
2565 Log(("patmRecompileCodeStream continue with jump\n"));
2581 rc = patmRecompileCodeStream(pVM, pInstrGC, addr, pfnPATMR3Recompile, pCacheRec);
2589 Log(("patmRecompileCodeStream fatal error %d\n", rc));
2897 rc = patmRecompileCodeStream(pVM, pInstrGC, pInstrGC, patmRecompileCallback, &cacheRec);
2906 Log(("PATMR3PatchCli: patmRecompileCodeStream faile
[all...]

Completed in 75 milliseconds