Skip to main content

dispatch_page_fault

Function dispatch_page_fault 

Source
pub fn dispatch_page_fault(addr: VirtAddr, flags: PageFaultFlags) -> bool
Expand description

Dispatches a page fault through the runtime-registered handler, or the default handler.