Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c205 vecp->v_flags = (cpuid & IRQ_USER_BOUND) ? APIX_VECT_USER_BOUND : 0; in apix_alloc_vector_oncpu()
263 flags = (cpuid & IRQ_USER_BOUND) ? APIX_VECT_USER_BOUND : 0; in apix_alloc_nvectors_oncpu()
431 if (vecp->v_flags & APIX_VECT_USER_BOUND) in apix_enable_vector()
1623 ((vecp->v_flags & APIX_VECT_USER_BOUND) == 0)) in apix_alloc_intx()
1685 ((vecp->v_flags & APIX_VECT_USER_BOUND) == 0)) in apix_alloc_msi()
1721 ((vecp->v_flags & APIX_VECT_USER_BOUND) == 0)) in apix_alloc_msix()
H A Dapix.c878 if (vecp->v_flags & APIX_VECT_USER_BOUND) { in apix_disable_intr()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dapix.h73 #define APIX_VECT_USER_BOUND 0x1 macro