Searched refs:FindSuitableStack (Results 1 – 2 of 2) sorted by relevance
| /kernel/liteos_m/components/backtrace/ |
| D | los_backtrace.c | 383 BOOL FindSuitableStack(UINTPTR regSP, UINTPTR *start, UINTPTR *end) in FindSuitableStack() function 427 if (FindSuitableStack(sp, &stackStart, &stackEnd) == FALSE) { in HalBackTraceGet() 497 BOOL FindSuitableStack(UINTPTR regSP, UINTPTR *start, UINTPTR *end) in FindSuitableStack() function 550 if (FindSuitableStack(stackPointer, &topOfStack, &stackBottom) == FALSE) { in LOS_RecordLR()
|
| /kernel/liteos_a/arch/arm/arm/src/ |
| D | los_exc.c | 650 STATIC INLINE BOOL FindSuitableStack(UINTPTR regFP, UINTPTR *start, UINTPTR *end, vaddr_t *vaddr) in FindSuitableStack() function 762 if (FindSuitableStack(regFP, &stackStart, &stackEnd, &kvaddr) == FALSE) { in BackTraceGet()
|