Searched refs:OsGetSysStackBottom (Results 1 – 2 of 2) sorted by relevance
74 if ((excInfo->sp >= OsGetSysStackTop()) && (excInfo->sp <= OsGetSysStackBottom())) { in OsExcGetThreadInfo()75 excInfo->stackBottom = OsGetSysStackBottom(); in OsExcGetThreadInfo()
45 OS_SEC_ALW_INLINE INLINE uintptr_t OsGetSysStackBottom(void) in OsGetSysStackBottom() function