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

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp2470 DISCPUSTATE cpunext; local
2486 disret = patmR3DisInstr(pVM, pPatch, pNextInstrGC, pNextInstrHC, PATMREAD_ORGCODE, &cpunext, &opsizenext);
2492 switch(cpunext.pCurInstr->uOpcode)
2500 if (cpunext.pCurInstr->fOpType & DISOPTYPE_CONTROLFLOW)
2513 if (cpunext.pCurInstr->uOpcode != OP_CLI)
2515 rc = pfnPATMR3Recompile(pVM, &cpunext, pInstrGC, pNextInstrGC, pCacheRec);

Completed in 102 milliseconds