Searched refs:vect_inherent_hwpri (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dmp_platform_xpv.c570 const int vect_inherent_hwpri = irqptr->airq_vector >> local
589 hwpri = (vect_desired_hwpri < vect_inherent_hwpri) ?
590 vect_inherent_hwpri : vect_desired_hwpri;
618 apic_vectortoipl[vect_inherent_hwpri];
/illumos-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_misc.c613 const int vect_inherent_hwpri = irqptr->airq_vector >> local
632 hwpri = (vect_desired_hwpri < vect_inherent_hwpri) ?
633 vect_inherent_hwpri : vect_desired_hwpri;
661 apic_vectortoipl[vect_inherent_hwpri];

Completed in 50 milliseconds