Home
last modified time | relevance | path

Searched refs:_stk_bottom (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/micro_thread/
H A Dmicro_thread.cpp86 _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()
H A Dmicro_thread.h97 char *_stk_bottom; member