Include dependency graph for interrupt.c:
Go to the source code of this file.
Functions | |
SPINLOCK_INITIALIZE (exctbl_lock) | |
iroutine | exc_register (int n, const char *name, iroutine f) |
void | exc_dispatch (int n, istate_t *t) |
static void | exc_undef (int n, istate_t *istate) |
static int | exc_print_cmd (cmd_arg_t *argv) |
void | exc_init (void) |
Variables | |
struct { | |
SPINLOCK_DECLARE (lock) | |
const char * name | |
iroutine f | |
int count | |
zone_t * info [ZONES_MAX] | |
} | exc_table [IVT_ITEMS] |
static cmd_info_t | exc_info |
Definition in file interrupt.c.
|
Definition at line 53 of file interrupt.c. Referenced by clock(), cmd_call0(), cmd_call1(), cmd_call2(), cmd_call3(), cushion(), and exc_print_cmd(). |
|
Definition at line 52 of file interrupt.c. Referenced by cmd_e820mem(), cmd_init(), exc_print_cmd(), symtab_compl(), and version_print(). |