Expand description
Handle exceptions(traps) and handler definitions.
Structs§
- Things need to be stored in the trapframe.
Statics§
- Exception handlers table. This will be exported as
exception_handlers.
Functions§
- Invoke a panic.
- Skip the current instruction.
- Handle the clock-interrupt.
- Handle the TLB Mod exception.
- Handle unknown exception code. Invoke a kernel panic.
- Skip the current instruction.
- Handle the syscall.
- Handle the TLBL or TLBS exception.
- Set the exception base entry.