Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix.c96 static int apix_get_ipivect(int, int);
156 apix_get_ipivect,
482 apic_cpcovf_vect = apix_get_ipivect(ipl, -1); in apix_init_intr()
516 apic_errvect = apix_get_ipivect(ipl, -1); in apix_init_intr()
544 apic_cmci_vect = apix_get_ipivect(ipl, -1); in apix_init_intr()
970 apix_get_ipivect(int ipl, int type) in apix_get_ipivect() function
988 if ((vector = apix_get_ipivect(ipl, -1)) == -1) in apix_get_clkvect()