Home
last modified time | relevance | path

Searched refs:SP (Results 1 – 25 of 34) sorted by relevance

12

/AliOS-Things-master/hardware/arch/armv7m/common/
A Dbacktrace.c75 *SP = ptr + 17; in getPLSfromCtx()
79 *SP = ptr + 51; in getPLSfromCtx()
354 int *SP; in backtrace_now() local
391 int *SP; in backtrace_task() local
442 if (SP == NULL) { in backtrace_caller()
447 bt_sp = SP; in backtrace_caller()
462 bt_sp = SP; in backtrace_caller()
488 if (SP == NULL) { in backtrace_callee()
498 bt_sp = SP; in backtrace_callee()
527 int *SP; in backtrace_now_get() local
[all …]
A Dpanic_c.c30 int SP; // Stack Pointer member
57 *pSP = (int *)arm_context->SP; in panicGetCtx()
A Dpanic_armcc.S74 SUB R0, SP, #CONTEXT_REGION
105 STM R2!,{R4} ;ctx save, SP
143 MOV SP, R0
A Dpanic_iccarm.S74 SUB R0, SP, #CONTEXT_REGION
105 STM R2!,{R4} ;ctx save, SP
143 MOV SP, R0
A Dpanic_gcc.sx81 SUB R0, SP, #PANIC_CONTEXT_SIZE
82 MOV SP, R0
114 STM R2!,{R4} @ctx save, SP
/AliOS-Things-master/hardware/arch/armv8m/common/
A Dbacktrace.c75 *SP = ptr + 17; in getPLSfromCtx()
79 *SP = ptr + 51; in getPLSfromCtx()
354 int *SP; in backtrace_now() local
391 int *SP; in backtrace_task() local
442 if (SP == NULL) { in backtrace_caller()
447 bt_sp = SP; in backtrace_caller()
462 bt_sp = SP; in backtrace_caller()
488 if (SP == NULL) { in backtrace_callee()
498 bt_sp = SP; in backtrace_callee()
527 int *SP; in backtrace_now_get() local
[all …]
A Dpanic_c.c30 int SP; // Stack Pointer member
57 *pSP = (int *)arm_context->SP; in panicGetCtx()
A Dpanic_gcc.sx81 SUB R0, SP, #PANIC_CONTEXT_SIZE
82 MOV SP, R0
114 STM R2!,{R4} @ctx save, SP
/AliOS-Things-master/hardware/arch/riscv/src/rv64fd_32gpr/
A Dbacktrace.c26 void backtrace_handle(char *PC, int *SP, char *LR, int (*print_func)(const char *fmt, ...));
44 int backtrace_caller(char *PC, int *SP, in backtrace_caller() argument
52 int backtrace_callee(char *PC, int *SP, char *LR, in backtrace_callee() argument
71 void backtrace_handle(char *PC, int *SP, char *LR, in backtrace_handle() argument
A Dbacktrace.h18 int backtrace_caller(char *PC, int *SP,
23 int backtrace_callee(char *PC, int *SP, char *LR,
A Dpanic_c.c18 long SP; // X2 member
75 *pSP = (int *)rv64_context->SP; in panicGetCtx()
A Dk_arch.h48 long SP; member
/AliOS-Things-master/components/debug/src/
A Ddebug_panic.c14 void debug_panic_backtrace(char *PC, int *SP, char *LR,
59 extern int backtrace_caller(char *PC, int *SP,
61 extern int backtrace_callee(char *PC, int *SP, char *LR,
367 static int *SP = NULL; in fiqafterpanicHandler() local
377 panicGetCtx(context, &PC, &LR, &SP); in fiqafterpanicHandler()
381 debug_panic_backtrace(PC, SP, LR, panic_print); in fiqafterpanicHandler()
397 static int *SP = NULL; in panicHandler() local
428 panicGetCtx(context, &PC, &LR, &SP); in panicHandler()
435 debug_panic_backtrace(PC, SP, LR, panic_print); in panicHandler()
476 if (SP != NULL) { in panicHandler()
A Ddebug_backtrace.c39 void backtrace_handle(char *PC, int *SP, char *LR, int (*print_func)(const char *fmt, ...));
40 void debug_panic_backtrace(char *PC, int *SP, char *LR, in debug_panic_backtrace() argument
43 backtrace_handle(PC, SP, LR, print_func); in debug_panic_backtrace()
/AliOS-Things-master/hardware/arch/armv7m/include/
A Dbacktrace.h18 int backtrace_caller(char *PC, int *SP,
23 int backtrace_callee(char *PC, int *SP, char *LR,
/AliOS-Things-master/hardware/arch/armv8m/include/
A Dbacktrace.h18 int backtrace_caller(char *PC, int *SP,
23 int backtrace_callee(char *PC, int *SP, char *LR,
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ca/
A Dcmsis_armcc_ca.h407 MOV R0, SP in __get_SP_usr()
423 MOV SP, R0 in __set_SP_usr() local
/AliOS-Things-master/kernel/rhino/
A Dk_mm.c761 int *SP; in krhino_owner_attach() local
763 __asm__ volatile("mov %0, sp\n" : "=r"(SP)); in krhino_owner_attach()
/AliOS-Things-master/components/csi/csi1/include/core/
A Dcore_ck807.h138 uint32_t SP: 1; /*!< bit: 29 Secure pedning bit */ member
A Dcore_ck810.h138 uint32_t SP: 1; /*!< bit: 29 Secure pedning bit */ member
A Dcore_802.h155 uint32_t SP: 1; /*!< bit: 29 Secure pending bit */ member
A Dcore_805.h156 uint32_t SP: 1; /*!< bit: 29 Secure pending bit */ member
/AliOS-Things-master/components/csi/csi2/include/core/
A Dcore_ck807.h138 uint32_t SP: 1; /*!< bit: 29 Secure pedning bit */ member
A Dcore_ck810.h138 uint32_t SP: 1; /*!< bit: 29 Secure pedning bit */ member
A Dcore_802.h155 uint32_t SP: 1; /*!< bit: 29 Secure pending bit */ member

Completed in 51 milliseconds

12