Searched refs:read_c0_cause (Results 1 – 3 of 3) sorted by relevance
| /libcpu/mips/common/ |
| A D | exception.c | 126 rt_kprintf("Unknown Exception, EPC: 0x%p, CAUSE: 0x%08x\n", read_c0_epc(), read_c0_cause()); in unhandled_exception_handle() 127 rt_kprintf("Exception Name:%s\n",exception_name[(read_c0_cause() >> 2) & 0x1f]); in unhandled_exception_handle() 129 …rt_kprintf("ExeCode = 0x%08x,BadAddr = 0x%p\n",(read_c0_cause() >> 2) & 0x1f,mmu_tlb_get_bad_vaddr… in unhandled_exception_handle() 131 rt_kprintf("ExeCode = 0x%08x\n",(read_c0_cause() >> 2) & 0x1f); in unhandled_exception_handle() 167 cause = read_c0_cause(); in rt_general_exc_dispatch()
|
| A D | stack.c | 56 pt->cp0_cause = read_c0_cause(); in rt_hw_stack_init()
|
| A D | mips_regs.h | 862 #define read_c0_cause() __read_32bit_c0_register($13, 0) macro
|
Completed in 9 milliseconds