Skip to main content

general_protection_fault_handler

Function general_protection_fault_handler 

Source
extern "x86-interrupt" fn general_protection_fault_handler(
    stack_frame: InterruptStackFrame,
    error_code: u64,
)
Expand description

Performs the general protection fault handler operation.