Skip to main content

handler

Function handler 

Source
pub extern "x86-interrupt" fn handler(
    isf: InterruptStackFrame,
    error_code: PageFaultErrorCode,
)
Expand description

Panic with the faulting address (from CR2), the error code, and the interrupt stack frame.