Go to the source code of this file.
Defines | |
#define | PF_P 0x1 |
#define | PF_W 0x2 |
#define | PF_U 0x4 |
Functions | |
void | exception_init (void) |
void | exception_print_stats (void) |
#define PF_P 0x1 |
#define PF_U 0x4 |
#define PF_W 0x2 |
void exception_init | ( | void | ) |
Definition at line 31 of file exception.c.
References INTR_OFF, INTR_ON, intr_register_int(), kill(), and page_fault().
Referenced by main().
void exception_print_stats | ( | void | ) |
Definition at line 66 of file exception.c.
References page_fault_cnt, and printf().
Referenced by print_stats().