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