Home
last modified time | relevance | path

Searched refs:LRSize (Results 1 – 6 of 6) sorted by relevance

/kernel/liteos_m/components/backtrace/
Dlos_backtrace.c194 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP) in LOS_RecordLR() argument
227 if ((count == LRSize) || (backFp == tmpFp)) { in LOS_RecordLR()
232 if (count < LRSize) { in LOS_RecordLR()
458 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP) in LOS_RecordLR() argument
472 HalBackTraceGet(SP, reglr, LR, LRSize, jumpCount); in LOS_RecordLR()
530 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP) in LOS_RecordLR() argument
554 while ((stackPointer < stackBottom) && (count < LRSize)) { in LOS_RecordLR()
573 if (index < LRSize) { in LOS_RecordLR()
612 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP) in LOS_RecordLR() argument
652 if (count == LRSize) { in LOS_RecordLR()
[all …]
Dlos_backtrace.h225 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP);
/kernel/liteos_m/utils/
Dlos_debug.c58 VOID OsBackTraceHookCall(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP) in OsBackTraceHookCall() argument
61 g_backTraceHook(LR, LRSize, jumpCount, SP); in OsBackTraceHookCall()
Dlos_debug.h168 typedef VOID (*BACK_TRACE_HOOK)(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP);
170 extern VOID OsBackTraceHookCall(UINTPTR *LR, UINT32 LRSize, UINT32 jumpCount, UINTPTR SP);
/kernel/liteos_a/arch/arm/include/
Dlos_exc.h207 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 recordCount, UINT32 jumpCount);
/kernel/liteos_a/arch/arm/arm/src/
Dlos_exc.c1249 VOID LOS_RecordLR(UINTPTR *LR, UINT32 LRSize, UINT32 recordCount, UINT32 jumpCount) in LOS_RecordLR() argument
1261 if (LRSize < recordCount) { in LOS_RecordLR()
1262 recordCount = LRSize; in LOS_RecordLR()