Searched refs:apic_sci_vect (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/i86xpv/io/psm/ |
H A D | mp_platform_xpv.c | 99 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 D | xpv_psm.c | 279 if ((irqno = apic_sci_vect) > 0) {
|
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | mp_platform_misc.c | 107 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 D | mp_platform_common.c | 102 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 D | apic.h | 866 extern int apic_sci_vect;
|
/illumos-gate/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 1916 if (apic_sci_vect > 0) 1917 ioapix_setup_intr(apic_sci_vect, &apic_sci_flags);
|
H A D | apix.c | 405 if (apic_sci_vect != -1)
|
Completed in 88 milliseconds