Include dependency graph for exception.c:

Go to the source code of this file.
Functions | |
| static void | print_regdump (istate_t *istate) |
| static void | unhandled_exception (int n, istate_t *istate) |
| static void | reserved_instr_exception (int n, istate_t *istate) |
| static void | breakpoint_exception (int n, istate_t *istate) |
| static void | tlbmod_exception (int n, istate_t *istate) |
| static void | tlbinv_exception (int n, istate_t *istate) |
| static void | interrupt_exception (int n, istate_t *istate) |
| static void | syscall_exception (int n, istate_t *istate) |
| void | exception_init (void) |
Variables | |
| static char * | exctable [] |
Definition in file exception.c.
1.4.6