Lines Matching refs:stack
80 * Exception stack information depth (unit: word). CNcomment:异常栈信息深度(word为单位)CNend
87 * Extended depth of the exception stack SP to the stack bottom (unit: word).
164 hi_u8 stack_data_index; /**< extended stack information index from stack bottom.CNcomment:
166 hi_u16 stack_peak; /**< stack peak.CNcomment:栈使用峰值.CNend */
167 hi_u16 stack_size; /**< stack size.CNcomment:任务栈大小.CNend */
168 hi_u32 sp; /**< stack point.CNcomment:栈指针.CNend */
169 hi_u32 stack[2]; /**< stack[2] is stack top and end address.CNcomment:栈顶和栈底地址.CNend */
170 hi_u32 real_sp; /**< real stack point.CNcomment:真实栈指针.CNend */
171 hi_u32 stack_pre_data[HI_SYSERR_ESP_PRE_DATA_MAX_NUM]; /**< extended stack information from stack bottom.CNcomment:
173 hi_u32 stack_data[HI_SYSERR_ESP_DATA_MAX_NUM]; /**< stack data.CNcomment:栈数据.CNend */
174 hi_u32 overflow_flag; /**< stack overflow flag.CNcomment:栈溢出标识.CNend */