Searched refs:_stk_bottom (Results 1 – 2 of 2) sorted by relevance
86 _stack->_stk_bottom = _stack->_vaddr + MEM_PAGE_SIZE; in InitStack()87 _stack->_stk_top = _stack->_stk_bottom + _stack->_stk_size; in InitStack()89 _stack->valgrind_id = VALGRIND_STACK_REGISTER(_stack->_stk_bottom, _stack->_stk_top); in InitStack()197 if (esp > _stack->_stk_bottom && esp < _stack->_stk_top) in CheckStackHealth()
97 char *_stk_bottom; member