Module abyss::x86_64::interrupt

source ·
Expand description

Interrupt.

Structs

X86_64’s IDT table.
Stack frame on interrupt.
Must be zero.
List of error codes on page fault.

Enums

Type of exception
Exception vector enumeration of the x86_64.

Statics

The unique kernel IDT.

Type Definitions

Double fault Exception. Abort.
Machine Check Exception. Abort.
Normal handler without error code.
Align Check Exception Handler.
Page-Fault Handler.
Handler that push SegmentSelector as Error code. General Protection Fault. Invalid TSS Exception. Segment Not Present Exception Handler. Stack Fault Exception Handler.