Home
last modified time | relevance | path

Searched refs:pLR (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/arch/armv7m/common/
A Dpanic_c.c53 void panicGetCtx(void *context, char **pPC, char **pLR, int **pSP) in panicGetCtx() argument
59 *pLR = (char *)arm_context->LR; in panicGetCtx()
/AliOS-Things-master/hardware/arch/armv8m/common/
A Dpanic_c.c53 void panicGetCtx(void *context, char **pPC, char **pLR, int **pSP) in panicGetCtx() argument
59 *pLR = (char *)arm_context->LR; in panicGetCtx()
/AliOS-Things-master/hardware/arch/riscv/src/rv64fd_32gpr/
A Dpanic_c.c71 void panicGetCtx(void *context, char **pPC, char **pLR, int **pSP) in panicGetCtx() argument
77 *pLR = (char *)rv64_context->LR; in panicGetCtx()
/AliOS-Things-master/components/debug/src/
A Ddebug_panic.c56 extern void panicGetCtx(void *context, char **pPC, char **pLR, int **pSP);

Completed in 6 milliseconds