Expand description
Page Fault Handler Framework
Provides infrastructure for handling page faults including demand paging,
copy-on-write, and stack growth. Architecture-specific trap handlers
construct a PageFaultInfo and delegate to handle_page_fault.
Structs§
- Page
Fault Info - Information about a page fault collected by the architecture trap handler.
Enums§
- Page
Fault Reason - Reason a page fault occurred.
Functions§
- from_
x86_ 64 - Build a
PageFaultInfofrom an x86_64 page fault error code and CR2. - handle_
page_ fault - Main page fault handler.