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

/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp3097 uint32_t cbLimitSS = X86DESC_LIMIT_G(&DescSS.Legacy); local
3105 if ( pCtx->esp - 1 > cbLimitSS
3117 || pCtx->esp - cbStackFrame < cbLimitSS + UINT32_C(1))
3400 uint32_t cbLimitSS = X86DESC_LIMIT_G(&DescSS.Legacy);
3407 if ( uNewEsp - 1 > cbLimitSS
3418 || uNewEsp - cbStackFrame < cbLimitSS + UINT32_C(1))
3503 pCtx->ss.u32Limit = cbLimitSS;

Completed in 87 milliseconds