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

/vbox/src/VBox/VMM/VMMAll/
H A DGIMAllKvm.cpp54 uint64_t uHyperArg1 = pCtx->rcx; local
64 uHyperArg1 &= UINT64_C(0xffffffff);
88 if (uHyperArg1 < pVM->cCpus)
90 PVMCPU pVCpuTarget = &pVM->aCpus[uHyperArg1]; /** ASSUMES pVCpu index == ApicId of the VCPU. */

Completed in 294 milliseconds