Intel 64 and IA-32 Architectures Software Developers Manual Volume 3A, System Programming Guide, Part 1
8-44 Vol. 3A
ADVANCED PROGRAMMABLE INTERRUPT CONTROLLER (APIC)
8.9 SPURIOUS INTERRUPT
A special situation may occur when a processor raises its task priority to be greater
than or equal to the level of the interrupt for which the processor INTR signal is
currently being asserted. If at the time the INTA cycle is issued, the interrupt that
was to be dispensed has become masked (programmed by software), the local APIC
will deliver a spurious-interrupt vector. Dispensing the spurious-interrupt vector does
not affect the ISR, so the handler for this vector should return without an EOI.
The vector number for the spurious-interrupt vector is specified in the spurious-inter-
rupt vector register (see Figure 8-23). The functions of the fields in this register are
as follows:
Spurious Vector Determines the vector number to be delivered to the processor
when the local APIC generates a spurious vector.
(Pentium 4 and Intel Xeon processors.) Bits 0 through 7 of the
this field are programmable by software.
(P6 family and Pentium processors). Bits 4 through 7 of the this
field are programmable by software, and bits 0 through 3 are
hardwired to logical ones. Software writes to bits 0 through 3
have no effect.
APIC Software Allows software to temporarily enable (1) or disable (0) the local
Enable/Disable APIC (see Section 8.4.3, “Enabling or Disabling the Local APIC”).
Focus Processor Determines if focus processor checking is enabled (0) or
disabled (1)
Checking when using the lowest-priority delivery mode. In Pentium 4 and
Intel Xeon processors, this bit is reserved and should be cleared
to 0.
NOTE
Do not program an LVT or IOAPIC RTE with a spurious vector even if
you set the mask bit. A spurious vector ISR does not do an EOI. If for
some reason an interrupt is generated by an LVT or RTE entry, the bit
in the in-service register will be left set for the spurious vector. This
will mask all interrupts at the same or lower priority