Module trap
Expand description
Trap handling.
Structs§
- Page
Fault Flags - Generic page table entry flags that indicate the corresponding mapped memory region permissions and attributes.
- Trap
Frame - Saved registers when a trap (interrupt or exception) occurs.
Statics§
- IRQ
- A slice of IRQ handler functions.
- PAGE_
FAULT - A slice of page fault handler functions.
- SYSCALL
- A slice of syscall handler functions.