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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp3098 uint8_t const cbStackFrame = fIsNewTSS386 ? 4 : 2; local
3106 || pCtx->esp < cbStackFrame)
3109 Log(("iemTaskSwitch: SS=%#x ESP=%#x cbStackFrame=%#x is out of bounds -> #SS\n", pCtx->ss.Sel, pCtx->esp,
3110 cbStackFrame));
3117 || pCtx->esp - cbStackFrame < cbLimitSS + UINT32_C(1))
3119 Log(("iemTaskSwitch: SS=%#x ESP=%#x cbStackFrame=%#x (expand down) is out of bounds -> #SS\n", pCtx->ss.Sel, pCtx->esp,
3120 cbStackFrame));
3401 uint8_t const cbStackFrame = !(fEfl & X86_EFL_VM) local
3408 || uNewEsp < cbStackFrame)
3410 Log(("RaiseXcptOrIntInProtMode: %#x - SS=%#x ESP=%#x cbStackFrame
3524 uint8_t const cbStackFrame = (fFlags & IEM_XCPT_FLAGS_ERR ? 8 : 6) << f32BitGate; local
3763 uint32_t cbStackFrame = sizeof(uint64_t) * (5 + !!(fFlags & IEM_XCPT_FLAGS_ERR)); local
[all...]

Completed in 303 milliseconds