Type Definition abyss::x86_64::interrupt::HandlerWithSegmentSelectorErrorCode
source · 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.