Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c108 static int apic_get_ipivect(int ipl, int type);
190 apic_get_ipivect,
316 apic_pir_vect = apic_get_ipivect(XC_CPUPOKE_PIL, -1); in apic_init()
387 int irq = apic_get_ipivect(ipl, -1); in apic_init_intr()
423 int irq = apic_get_ipivect(ipl, -1); in apic_init_intr()
447 int irq = apic_get_ipivect(ipl, -1); in apic_init_intr()
721 apic_get_ipivect(int ipl, int type) in apic_get_ipivect() function
746 if ((irq = apic_get_ipivect(ipl, -1)) == -1) in apic_getclkirq()