Expand description
Handles trap.
Structs§
- Trap
Frame - Trap frame of kernel interrupt
Constants§
- USER_
CS_ VALUE - User-space code segment selector value.
- USER_
SS_ VALUE - User-space stack segment selector value.
Functions§
- inject_
user_ page_ fault_ handler - Injects a custom handler for page faults that occur in the kernel and are caused by user-space address.