Lines Matching refs:exception_contex

105 void rt_hw_hard_fault_exception(struct stack_frame* exception_contex)  in rt_hw_hard_fault_exception()  argument
107 if (exception_contex != RT_NULL) { in rt_hw_hard_fault_exception()
108 rt_kprintf("psw: 0x%08x\n", exception_contex->PSW); in rt_hw_hard_fault_exception()
109 rt_kprintf("pc: 0x%08x\n", exception_contex->PC); in rt_hw_hard_fault_exception()
110 rt_kprintf("r0: 0x%08x\n", exception_contex->R1); in rt_hw_hard_fault_exception()
111 rt_kprintf("r0: 0x%08x\n", exception_contex->R2); in rt_hw_hard_fault_exception()
112 rt_kprintf("r0: 0x%08x\n", exception_contex->R3); in rt_hw_hard_fault_exception()
113 rt_kprintf("r0: 0x%08x\n", exception_contex->R4); in rt_hw_hard_fault_exception()
114 rt_kprintf("r0: 0x%08x\n", exception_contex->R5); in rt_hw_hard_fault_exception()
115 rt_kprintf("r0: 0x%08x\n", exception_contex->R6); in rt_hw_hard_fault_exception()
116 rt_kprintf("r0: 0x%08x\n", exception_contex->R7); in rt_hw_hard_fault_exception()
117 rt_kprintf("r0: 0x%08x\n", exception_contex->R8); in rt_hw_hard_fault_exception()
118 rt_kprintf("r0: 0x%08x\n", exception_contex->R9); in rt_hw_hard_fault_exception()
119 rt_kprintf("r0: 0x%08x\n", exception_contex->R10); in rt_hw_hard_fault_exception()
120 rt_kprintf("r0: 0x%08x\n", exception_contex->R11); in rt_hw_hard_fault_exception()
121 rt_kprintf("r0: 0x%08x\n", exception_contex->R12); in rt_hw_hard_fault_exception()
122 rt_kprintf("r0: 0x%08x\n", exception_contex->R13); in rt_hw_hard_fault_exception()
123 rt_kprintf("r0: 0x%08x\n", exception_contex->R14); in rt_hw_hard_fault_exception()
124 rt_kprintf("r0: 0x%08x\n", exception_contex->R15); in rt_hw_hard_fault_exception()
125 rt_kprintf("fpsw: 0x%08x\n", exception_contex->FPSW); in rt_hw_hard_fault_exception()
126 rt_kprintf("acchi: 0x%08x\n", exception_contex->ACCHI); in rt_hw_hard_fault_exception()
127 rt_kprintf("acclo: 0x%08x\n", exception_contex->ACCLO); in rt_hw_hard_fault_exception()