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

/vbox/src/VBox/VMM/VMMAll/
H A DGIMAllKvm.cpp380 uint8_t abHypercall[3]; local
385 rc = VMMPatchHypercall(pVM, &abHypercall, sizeof(abHypercall), &cbWritten);
387 Assert(sizeof(abHypercall) == pDis->cbInstr);
388 Assert(sizeof(abHypercall) == cbWritten);
390 rc = PGMPhysSimpleWriteGCPtr(pVCpu, pCtx->rip, &abHypercall, sizeof(abHypercall));

Completed in 47 milliseconds