Search notes:

IDT - Interrupt Descriptor Table

There are 256 definable IDT entries per CPU. These entries are called gates. These act as a jump table when such a vector is triggered.

TODO

The IDT is located by the IDTR register.

See also

arch/x86/include/asm/irq_vectors_h

Index