Searched refs:mcause_str (Results 1 – 6 of 6) sorted by relevance
137 const char *mcause_str[] = { in exception_entry() local156 printf("%s\r\n", mcause_str[cause & 0xf]); in exception_entry()
136 const char *mcause_str[] = { in exception_entry() local155 printf("%s\r\n", mcause_str[cause & 0xf]); in exception_entry()
133 const char *mcause_str[] = { in exception_entry() local152 printf("%s\r\n", mcause_str[cause & 0xf]); in exception_entry()
27 const char *mcause_str[] = { in exception_handler_default() local46 printf("%s\r\n\r\n", mcause_str[cause & 0xf]); in exception_handler_default()
135 const char *mcause_str[] = { in exception_entry() local154 printf("%s\r\n", mcause_str[cause & 0xf]); in exception_entry()
Completed in 12 milliseconds