Module trap

Expand description

Trap handling.

Structs§

PageFaultFlags
Generic page table entry flags that indicate the corresponding mapped memory region permissions and attributes.
TrapFrame
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.

Attribute Macros§

def_trap_handler
register_trap_handler