Home
last modified time | relevance | path

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

/kernel/uniproton/src/arch/cpu/armv7-m/common/exc/
Dprt_exc.c74 if ((excInfo->sp >= OsGetSysStackTop()) && (excInfo->sp <= OsGetSysStackBottom())) { in OsExcGetThreadInfo()
75 excInfo->stackBottom = OsGetSysStackBottom(); in OsExcGetThreadInfo()
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
Dprt_cpu_m4_external.h45 OS_SEC_ALW_INLINE INLINE uintptr_t OsGetSysStackBottom(void) in OsGetSysStackBottom() function