language-icon Old Web
English
Sign In

Interrupt vector table

An 'interrupt vector table' (IVT) is a data structure that associates a list of interrupt handlers with a list of interrupt requests in a table of interrupt vectors. Each entry of the interrupt vector table, called an interrupt vector, is the address of an interrupt handler. While the concept is common across processor architectures, IVTs may be implemented in architecture-specific fashions. For example, a dispatch table is one method of implementing an interrupt vector table. An 'interrupt vector table' (IVT) is a data structure that associates a list of interrupt handlers with a list of interrupt requests in a table of interrupt vectors. Each entry of the interrupt vector table, called an interrupt vector, is the address of an interrupt handler. While the concept is common across processor architectures, IVTs may be implemented in architecture-specific fashions. For example, a dispatch table is one method of implementing an interrupt vector table. Most processors have an interrupt vector table, including chips from Intel, AMD, Infineon, Microchip Atmel, NXP, etc.

[ "Interrupt handler", "Programmable Interrupt Controller", "Interrupt request", "Advanced Programmable Interrupt Controller", "Message Signaled Interrupts", "Triple fault", "Interrupt flag", "Interrupts in 65xx processors" ]
Parent Topic
Child Topic
    No Parent Topic