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

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp6153 DISCPUSTATE CpuOld, CpuNew; local
6235 rc = CPUMR3DisasmInstrCPU(pVM, pVCpu, pCtx, pCurInstrGC, &CpuNew, 0);
6237 fValidInstr = !!(CpuNew.pCurInstr->fOpType & DISOPTYPE_HARMLESS);
6239 && (CpuNew.pCurInstr->fOpType & DISOPTYPE_RELATIVE_CONTROLFLOW)
6242 RTRCPTR pTargetGC = PATMResolveBranch(&CpuNew, pCurInstrGC);
6255 && CpuNew.cbInstr <= cbLeft /* must still fit */
6267 rc = PGMPhysSimpleReadGCPtr(VMMGetCpu0(pVM), pCurPatchInstrHC, pCurInstrGC, CpuNew.cbInstr);
6288 pCurInstrGC += CpuNew.cbInstr;
6289 pCurPatchInstrHC += CpuNew.cbInstr;
6290 pCurPatchInstrGC += CpuNew
[all...]

Completed in 63 milliseconds