Searched refs:cbPrivInstr (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp64 uint32_t cbPrivInstr; member in struct:PATCHINFOSSM
394 SSMFIELD_ENTRY( PATMPATCHRECSSM, patch.cbPrivInstr),
594 pPatch->patch.cbPrivInstr = pPatchSSM->patch.cbPrivInstr;
638 pPatchSSM->patch.cbPrivInstr = pPatch->patch.cbPrivInstr;
H A DPATMR3Dbg.cpp368 || RCPtr - pPatchRec->patch.pPrivInstrGC > pPatchRec->patch.cbPrivInstr)
H A DPATM.cpp802 Assert(pRec->pSource && pPatch->patch.cbPrivInstr <= 15);
806 memcpy(oldInstr, pPatch->patch.aPrivInstr, pPatch->patch.cbPrivInstr);
807 *(RTRCPTR *)&oldInstr[pPatch->patch.cbPrivInstr - sizeof(RTRCPTR)] = pRec->pDest;
809 rc = PGMPhysSimpleReadGCPtr(VMMGetCpu0(pVM), curInstr, pPatch->patch.pPrivInstrGC, pPatch->patch.cbPrivInstr);
824 if (memcmp(curInstr, oldInstr, pPatch->patch.cbPrivInstr))
836 *(RTRCPTR *)&curInstr[pPatch->patch.cbPrivInstr - sizeof(RTRCPTR)] = pRec->pDest;
837 rc = PGMPhysSimpleDirtyWriteGCPtr(VMMGetCpu0(pVM), pRec->pSource, curInstr, pPatch->patch.cbPrivInstr);
2718 while (i < pPatch->cbPrivInstr)
2737 while (i < pPatch->cbPrivInstr)
3783 rc = PGMPhysSimpleReadGCPtr(VMMGetCpu0(pVM), pPatch->aPrivInstr, pPatch->pPrivInstrGC, pPatch->cbPrivInstr);
[all...]
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h296 uint32_t cbPrivInstr; member in struct:PATCHINFO
/vbox/src/VBox/VMM/VMMAll/
H A DPATMAll.cpp468 if (pSize) *pSize = pRec->patch.cbPrivInstr;
/vbox/src/VBox/VMM/VMMRC/
H A DPATMRC.cpp529 pRec->patch.aPrivInstr, pRec->patch.cbPrivInstr);
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1280 GEN_CHECK_OFF(PATCHINFO, cbPrivInstr);

Completed in 76 milliseconds