pub type HandlerWithSegmentSelectorErrorCode = unsafe extern "x86-interrupt" fn(_: &mut InterruptStackFrame, _: SegmentSelector);
Expand description

Handler that push SegmentSelector as Error code. General Protection Fault. Invalid TSS Exception. Segment Not Present Exception Handler. Stack Fault Exception Handler.