Searched refs:exception_stack_frame (Results 1 – 10 of 10) sorted by relevance
/libcpu/arm/cortex-m3/ |
A D | cpuport.c | 19 struct exception_stack_frame struct 43 struct exception_stack_frame exception_stack_frame; argument 297 …struct exception_stack_frame *exception_stack = &exception_info->stack_frame.exception_stack_frame; in rt_hw_hard_fault_exception() 309 rt_kprintf("psr: 0x%08x\n", context->exception_stack_frame.psr); in rt_hw_hard_fault_exception() 311 rt_kprintf("r00: 0x%08x\n", context->exception_stack_frame.r0); in rt_hw_hard_fault_exception() 312 rt_kprintf("r01: 0x%08x\n", context->exception_stack_frame.r1); in rt_hw_hard_fault_exception() 313 rt_kprintf("r02: 0x%08x\n", context->exception_stack_frame.r2); in rt_hw_hard_fault_exception() 314 rt_kprintf("r03: 0x%08x\n", context->exception_stack_frame.r3); in rt_hw_hard_fault_exception() 323 rt_kprintf("r12: 0x%08x\n", context->exception_stack_frame.r12); in rt_hw_hard_fault_exception() 324 rt_kprintf(" lr: 0x%08x\n", context->exception_stack_frame.lr); in rt_hw_hard_fault_exception() [all …]
|
/libcpu/arm/cortex-m0/ |
A D | cpuport.c | 16 struct exception_stack_frame struct 42 struct exception_stack_frame exception_stack_frame; argument 80 stack_frame->exception_stack_frame.r0 = (unsigned long)parameter; /* r0 : argument */ in rt_hw_stack_init() 81 stack_frame->exception_stack_frame.r1 = 0; /* r1 */ in rt_hw_stack_init() 82 stack_frame->exception_stack_frame.r2 = 0; /* r2 */ in rt_hw_stack_init() 83 stack_frame->exception_stack_frame.r3 = 0; /* r3 */ in rt_hw_stack_init() 84 stack_frame->exception_stack_frame.r12 = 0; /* r12 */ in rt_hw_stack_init() 85 stack_frame->exception_stack_frame.lr = (unsigned long)texit; /* lr */ in rt_hw_stack_init() 86 stack_frame->exception_stack_frame.pc = (unsigned long)tentry; /* entry point, pc */ in rt_hw_stack_init() 87 stack_frame->exception_stack_frame.psr = 0x01000000L; /* PSR */ in rt_hw_stack_init() [all …]
|
/libcpu/arm/cortex-m23/ |
A D | cpuport.c | 54 stack_frame->exception_stack_frame.r0 = (unsigned long)parameter; /* r0 : argument */ in rt_hw_stack_init() 55 stack_frame->exception_stack_frame.r1 = 0; /* r1 */ in rt_hw_stack_init() 56 stack_frame->exception_stack_frame.r2 = 0; /* r2 */ in rt_hw_stack_init() 57 stack_frame->exception_stack_frame.r3 = 0; /* r3 */ in rt_hw_stack_init() 58 stack_frame->exception_stack_frame.r12 = 0; /* r12 */ in rt_hw_stack_init() 59 stack_frame->exception_stack_frame.lr = (unsigned long)texit; /* lr */ in rt_hw_stack_init() 60 stack_frame->exception_stack_frame.pc = (unsigned long)tentry; /* entry point, pc */ in rt_hw_stack_init() 61 stack_frame->exception_stack_frame.psr = 0x01000000L; /* PSR */ in rt_hw_stack_init() 74 void rt_hw_hard_fault_exception(struct exception_stack_frame *contex) in rt_hw_hard_fault_exception()
|
A D | cpuport.h | 16 struct exception_stack_frame struct 42 struct exception_stack_frame exception_stack_frame; argument
|
/libcpu/arm/cortex-m4/ |
A D | cpuport.c | 39 struct exception_stack_frame struct 67 struct exception_stack_frame exception_stack_frame; argument 138 struct exception_stack_frame_fpu exception_stack_frame; member 377 …struct exception_stack_frame *exception_stack = &exception_info->stack_frame.exception_stack_frame; in rt_hw_hard_fault_exception() 388 rt_kprintf("psr: 0x%08x\n", context->exception_stack_frame.psr); in rt_hw_hard_fault_exception() 390 rt_kprintf("r00: 0x%08x\n", context->exception_stack_frame.r0); in rt_hw_hard_fault_exception() 391 rt_kprintf("r01: 0x%08x\n", context->exception_stack_frame.r1); in rt_hw_hard_fault_exception() 392 rt_kprintf("r02: 0x%08x\n", context->exception_stack_frame.r2); in rt_hw_hard_fault_exception() 393 rt_kprintf("r03: 0x%08x\n", context->exception_stack_frame.r3); in rt_hw_hard_fault_exception() 403 rt_kprintf(" lr: 0x%08x\n", context->exception_stack_frame.lr); in rt_hw_hard_fault_exception() [all …]
|
/libcpu/arm/cortex-m85/ |
A D | cpuport.c | 38 struct exception_stack_frame struct 66 struct exception_stack_frame exception_stack_frame; argument 137 struct exception_stack_frame_fpu exception_stack_frame; member 374 …struct exception_stack_frame *exception_stack = &exception_info->stack_frame.exception_stack_frame; in rt_hw_hard_fault_exception() 385 rt_kprintf("psr: 0x%08x\n", context->exception_stack_frame.psr); in rt_hw_hard_fault_exception() 387 rt_kprintf("r00: 0x%08x\n", context->exception_stack_frame.r0); in rt_hw_hard_fault_exception() 388 rt_kprintf("r01: 0x%08x\n", context->exception_stack_frame.r1); in rt_hw_hard_fault_exception() 389 rt_kprintf("r02: 0x%08x\n", context->exception_stack_frame.r2); in rt_hw_hard_fault_exception() 390 rt_kprintf("r03: 0x%08x\n", context->exception_stack_frame.r3); in rt_hw_hard_fault_exception() 400 rt_kprintf(" lr: 0x%08x\n", context->exception_stack_frame.lr); in rt_hw_hard_fault_exception() [all …]
|
/libcpu/arm/cortex-m7/ |
A D | cpuport.c | 41 struct exception_stack_frame struct 69 struct exception_stack_frame exception_stack_frame; argument 140 struct exception_stack_frame_fpu exception_stack_frame; member 401 …struct exception_stack_frame *exception_stack = &exception_info->stack_frame.exception_stack_frame; in rt_hw_hard_fault_exception() 412 rt_kprintf("psr: 0x%08x\n", context->exception_stack_frame.psr); in rt_hw_hard_fault_exception() 414 rt_kprintf("r00: 0x%08x\n", context->exception_stack_frame.r0); in rt_hw_hard_fault_exception() 415 rt_kprintf("r01: 0x%08x\n", context->exception_stack_frame.r1); in rt_hw_hard_fault_exception() 416 rt_kprintf("r02: 0x%08x\n", context->exception_stack_frame.r2); in rt_hw_hard_fault_exception() 417 rt_kprintf("r03: 0x%08x\n", context->exception_stack_frame.r3); in rt_hw_hard_fault_exception() 427 rt_kprintf(" lr: 0x%08x\n", context->exception_stack_frame.lr); in rt_hw_hard_fault_exception() [all …]
|
/libcpu/arm/cortex-m33/ |
A D | cpuport.c | 42 struct exception_stack_frame struct 71 struct exception_stack_frame exception_stack_frame; argument 142 struct exception_stack_frame_fpu exception_stack_frame; member 459 …struct exception_stack_frame *exception_stack = &exception_info->stack_frame.exception_stack_frame; in rt_hw_hard_fault_exception() 470 rt_kprintf("psr: 0x%08x\n", context->exception_stack_frame.psr); in rt_hw_hard_fault_exception() 472 rt_kprintf("r00: 0x%08x\n", context->exception_stack_frame.r0); in rt_hw_hard_fault_exception() 473 rt_kprintf("r01: 0x%08x\n", context->exception_stack_frame.r1); in rt_hw_hard_fault_exception() 474 rt_kprintf("r02: 0x%08x\n", context->exception_stack_frame.r2); in rt_hw_hard_fault_exception() 475 rt_kprintf("r03: 0x%08x\n", context->exception_stack_frame.r3); in rt_hw_hard_fault_exception() 485 rt_kprintf(" lr: 0x%08x\n", context->exception_stack_frame.lr); in rt_hw_hard_fault_exception() [all …]
|
/libcpu/ti-dsp/c28x/ |
A D | cpuport.c | 34 struct exception_stack_frame struct 47 struct exception_stack_frame exception_stack_frame; argument 116 stack_frame->exception_stack_frame.dp_st1 = 0x00000A08; in rt_hw_stack_init() 118 stack_frame->exception_stack_frame.return_address = (rt_uint32_t)tentry; in rt_hw_stack_init()
|
/libcpu/risc-v/rv64/ |
A D | trap.c | 16 struct exception_stack_frame struct 53 struct exception_stack_frame * esf = (struct exception_stack_frame *)(sp+1); in print_stack_frame() argument
|
Completed in 33 milliseconds