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

/vbox/src/VBox/VMM/VMMR3/
H A DHM.cpp1912 static uint8_t const s_abVMMCall[3] = { 0x0f, 0x01, 0xd9 }; local
1935 rc = PGMPhysSimpleWriteGCPtr(pVCpu, pCtx->rip, s_abVMMCall, sizeof(s_abVMMCall));
1938 memcpy(pPatch->aNewOpcode, s_abVMMCall, sizeof(s_abVMMCall));
1939 pPatch->cbNewOp = sizeof(s_abVMMCall);
2001 rc = PGMPhysSimpleWriteGCPtr(pVCpu, pCtx->rip, s_abVMMCall, sizeof(s_abVMMCall));
2004 memcpy(pPatch->aNewOpcode, s_abVMMCall, sizeof(s_abVMMCall));
[all...]

Completed in 49 milliseconds