Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c423 if (apic_errvect == 0) { in apic_init_intr()
428 apic_errvect = apic_irq_table[irq]->airq_vector; in apic_init_intr()
429 ASSERT(apic_errvect); in apic_init_intr()
438 apic_reg_ops->apic_write(APIC_ERR_VECT, apic_errvect); in apic_init_intr()
H A Dapic_common.c117 int apic_errvect; variable
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic_common.h90 extern int apic_errvect;
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c504 if (apic_errvect == 0) { in apix_init_intr()
506 apic_errvect = apix_get_ipivect(ipl, -1); in apix_init_intr()
507 ASSERT(apic_errvect); in apix_init_intr()
514 apic_errvect, NULL, NULL, NULL, NULL); in apix_init_intr()
516 apic_reg_ops->apic_write(APIC_ERR_VECT, apic_errvect); in apix_init_intr()