Searched refs:aNewOpcode (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp1762 if (memcmp(abInstr, pPatch->aNewOpcode, pPatch->cbNewOp))
1938 memcpy(pPatch->aNewOpcode, s_abVMMCall, sizeof(s_abVMMCall));
1990 memcpy(pPatch->aNewOpcode, abInstr, pPatch->cbOp);
2004 memcpy(pPatch->aNewOpcode, s_abVMMCall, sizeof(s_abVMMCall));
2224 pPatch->aNewOpcode[0] = 0xE9;
2225 *(RTRCUINTPTR *)&pPatch->aNewOpcode[1] = ((RTRCUINTPTR)pVM->hm.s.pFreeGuestPatchMem) - ((RTRCUINTPTR)pCtx->eip + 5);
2228 rc = PGMPhysSimpleWriteGCPtr(pVCpu, pCtx->eip, pPatch->aNewOpcode, 5);
3069 rc = SSMR3PutMem(pSSM, pPatch->aNewOpcode, sizeof(pPatch->aNewOpcode));
3170 rc = SSMR3GetMem(pSSM, pPatch->aNewOpcode, sizeo
[all...]
/vbox/src/VBox/VMM/include/
H A DHMInternal.h295 uint8_t aNewOpcode[16]; member in struct:__anon16892

Completed in 55 milliseconds