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

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp12125 uint16_t aIretFrame[3]; local
12134 rc = PGMPhysRead(pVM, (RTGCPHYS)GCPtrStack, &aIretFrame[0], sizeof(aIretFrame));
12141 pMixedCtx->ip = aIretFrame[0];
12142 pMixedCtx->cs.Sel = aIretFrame[1];
12143 pMixedCtx->cs.ValidSel = aIretFrame[1];
12146 | (aIretFrame[2] & X86_EFL_POPF_BITS & uMask);
12147 pMixedCtx->sp += sizeof(aIretFrame);

Completed in 65 milliseconds