What are vectored interrupts?
To decrease the time involved in the polling process, a device requesting an interrupt may recognize itself directly to the processor. Then the processor can immediately begin the executing the corresponding ISR. The schemes based on this approach are known as vectored interrupts.