Searched refs:tval (Results 1 – 6 of 6) sorted by relevance
123 unsigned long tval; in exception_entry() local131 tval = READ_CSR(CSR_MTVAL); in exception_entry()132 printf("mtval:%08x\r\n", (int)tval); in exception_entry()
122 unsigned long tval; in exception_entry() local130 tval = READ_CSR(CSR_MTVAL); in exception_entry()131 printf("mtval:%08x\r\n", (int)tval); in exception_entry()
119 unsigned long tval; in exception_entry() local127 tval = READ_CSR(CSR_MTVAL); in exception_entry()128 printf("mtval:%08x\r\n", (int)tval); in exception_entry()
119 uintptr_t tval = __get_MTVAL(); in trap_c() local126 exception_handlers[vec](cause, tval, regs); in trap_c()
Completed in 40 milliseconds