Searched refs:aPrivInstr (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPATMGuest.cpp138 rc = PGMPhysSimpleReadGCPtr(pVCpu, pPatch->aPrivInstr, pPatch->pPrivInstrGC, SIZEOF_NEARJUMP32);
H A DPATMSSM.cpp63 uint8_t aPrivInstr[MAX_INSTR_SIZE]; member in struct:PATCHINFOSSM
393 SSMFIELD_ENTRY( PATMPATCHRECSSM, patch.aPrivInstr),
593 memcpy(&pPatch->patch.aPrivInstr[0], &pPatchSSM->patch.aPrivInstr[0], MAX_INSTR_SIZE);
637 memcpy(&pPatchSSM->patch.aPrivInstr[0], &pPatch->patch.aPrivInstr[0], MAX_INSTR_SIZE);
1453 oldJump[0] = pPatch->aPrivInstr[0];
1454 oldJump[1] = pPatch->aPrivInstr[1];
H A DPATM.cpp806 memcpy(oldInstr, pPatch->patch.aPrivInstr, pPatch->patch.cbPrivInstr);
869 oldJump[0] = pPatch->patch.aPrivInstr[0];
870 oldJump[1] = pPatch->patch.aPrivInstr[1];
2649 temp[0] = pPatch->aPrivInstr[0]; //jump opcode copied from original instruction
2666 temp[0] = pPatch->aPrivInstr[0]; //jump opcode copied from original instruction
2667 temp[1] = pPatch->aPrivInstr[1]; //jump opcode copied from original instruction
2732 int rc = PGMPhysSimpleDirtyWriteGCPtr(VMMGetCpu0(pVM), pPatch->pPrivInstrGC, pPatch->aPrivInstr, pPatch->cbPatchJump);
2787 Assert(pPatch->aPrivInstr[0] == 0xE8 || pPatch->aPrivInstr[0] == 0xE9); /* call or jmp */
2788 temp[0] = pPatch->aPrivInstr[
[all...]
/vbox/src/VBox/VMM/VMMRC/
H A DPATMRC.cpp529 pRec->patch.aPrivInstr, pRec->patch.cbPrivInstr);
534 rc = DISInstr(&pRec->patch.aPrivInstr[0], enmCpuMode, &cpu, &cbOp);
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h294 uint8_t aPrivInstr[MAX_INSTR_SIZE]; member in struct:PATCHINFO
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1277 GEN_CHECK_OFF(PATCHINFO, aPrivInstr);
1278 GEN_CHECK_OFF(PATCHINFO, aPrivInstr[1]);
1279 GEN_CHECK_OFF(PATCHINFO, aPrivInstr[MAX_INSTR_SIZE - 1]);

Completed in 74 milliseconds