Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c94 static int apix_get_ipivect(int, int);
154 apix_get_ipivect,
360 apic_pir_vect = apix_get_ipivect(XC_CPUPOKE_PIL, -1); in apix_init()
472 apic_cpcovf_vect = apix_get_ipivect(ipl, -1); in apix_init_intr()
506 apic_errvect = apix_get_ipivect(ipl, -1); in apix_init_intr()
527 apic_cmci_vect = apix_get_ipivect(ipl, -1); in apix_init_intr()
951 apix_get_ipivect(int ipl, int type) in apix_get_ipivect() function
969 if ((vector = apix_get_ipivect(ipl, -1)) == -1) in apix_get_clkvect()