Module x86_64::structures::idt[][src]

Provides types for the Interrupt Descriptor Table and its entries.

Structs

Entry

An Interrupt Descriptor Table entry.

EntryOptions

Represents the options field of an IDT entry.

ExceptionStackFrame

Represents the exception stack frame pushed by the CPU on exception entry.

InterruptDescriptorTable

An Interrupt Descriptor Table with 256 entries.

PageFaultErrorCode

Describes an page fault error code.

Type Definitions

HandlerFunc

A handler function for an interrupt or an exception without error code.

HandlerFuncWithErrCode

A handler function for an exception that pushes an error code.

Idt [
Deprecated
]

See InterruptDescriptorTable

IdtEntry [
Deprecated
]

See Entry

PageFaultHandlerFunc

A page fault handler function that pushes a page fault error code.