Home
last modified time | relevance | path

Searched refs:reglr (Results 1 - 1 of 1) sorted by relevance

/kernel/liteos_m/components/backtrace/
H A Dlos_backtrace.c460 UINTPTR reglr; in LOS_RecordLR() local
467 __asm__ __volatile__("mov %0, a0" : "=a"(reglr) : :); in LOS_RecordLR()
469 reglr = *(UINT32 *)(SP - OS_REG_LR_OFFSET); in LOS_RecordLR()
472 HalBackTraceGet(SP, reglr, LR, LRSize, jumpCount); in LOS_RecordLR()

Completed in 2 milliseconds