Searched refs:apic_sci_vect (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c99 extern int apic_sci_vect;
277 if (apic_sci_vect > 0) {
284 ispec.intrspec_vec = apic_sci_vect;
287 if (apic_setup_irq_table(NULL, apic_sci_vect, NULL,
292 irqptr = apic_irq_table[apic_sci_vect];
298 (void) apic_setup_io_intr(irqptr, apic_sci_vect, B_FALSE);
H A Dxpv_psm.c279 if ((irqno = apic_sci_vect) > 0) {
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c107 extern int apic_sci_vect;
288 if (apic_sci_vect > 0) {
295 ispec.intrspec_vec = apic_sci_vect;
298 if (apic_setup_irq_table(NULL, apic_sci_vect, NULL,
303 irqptr = apic_irq_table[apic_sci_vect];
309 (void) apic_setup_io_intr(irqptr, apic_sci_vect, B_FALSE);
H A Dmp_platform_common.c102 int apic_sci_vect = -1; variable
938 apic_sci_vect = sci;
957 if (apic_sci_vect > 0) {
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h866 extern int apic_sci_vect;
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c1916 if (apic_sci_vect > 0)
1917 ioapix_setup_intr(apic_sci_vect, &apic_sci_flags);
H A Dapix.c405 if (apic_sci_vect != -1)

Completed in 130 milliseconds