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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp3431 RTPTRUNION uStackFrame; local
3432 rcStrict = iemMemMap(pIemCpu, &uStackFrame.pv, cbStackFrame, UINT8_MAX,
3436 void * const pvStackFrame = uStackFrame.pv;
3440 *uStackFrame.pu32++ = uErr;
3441 uStackFrame.pu32[0] = (fFlags & IEM_XCPT_FLAGS_T_SOFT_INT) ? pCtx->eip + cbInstr : pCtx->eip;
3442 uStackFrame.pu32[1] = (pCtx->cs.Sel & ~X86_SEL_RPL) | pIemCpu->uCpl;
3443 uStackFrame.pu32[2] = fEfl;
3444 uStackFrame.pu32[3] = pCtx->esp;
3445 uStackFrame.pu32[4] = pCtx->ss.Sel;
3448 uStackFrame
3523 RTPTRUNION uStackFrame; local
3764 RTPTRUNION uStackFrame; local
[all...]

Completed in 464 milliseconds