Home
last modified time | relevance | path

Searched refs:apic_stretch_ISR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_common.h163 extern int apic_stretch_ISR; /* IPL of 3 matches nothing now */
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c630 if ((apic_stretch_interrupts) && (apic_stretch_ISR & (1 << nipl))) in apic_intr_enter()
H A Dapic_common.c611 int apic_stretch_ISR = 1 << 3; /* IPL of 3 matches nothing now */ variable
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c697 if ((apic_stretch_interrupts) && (apic_stretch_ISR & (1 << nipl))) in apix_intr_enter()