Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c207 vecp->v_flags = (cpuid & IRQ_USER_BOUND) ? APIX_VECT_USER_BOUND : 0; in apix_alloc_vector_oncpu()
265 flags = (cpuid & IRQ_USER_BOUND) ? APIX_VECT_USER_BOUND : 0; in apix_alloc_nvectors_oncpu()
433 if (vecp->v_flags & APIX_VECT_USER_BOUND) in apix_enable_vector()
1628 ((vecp->v_flags & APIX_VECT_USER_BOUND) == 0)) in apix_alloc_intx()
1690 ((vecp->v_flags & APIX_VECT_USER_BOUND) == 0)) in apix_alloc_msi()
1726 ((vecp->v_flags & APIX_VECT_USER_BOUND) == 0)) in apix_alloc_msix()
H A Dapix.c859 if (vecp->v_flags & APIX_VECT_USER_BOUND) { in apix_disable_intr()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapix.h74 #define APIX_VECT_USER_BOUND 0x1 macro