Searched refs:APIX_VECT_USER_BOUND (Results 1 – 3 of 3) sorted by relevance
205 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()
878 if (vecp->v_flags & APIX_VECT_USER_BOUND) { in apix_disable_intr()
73 #define APIX_VECT_USER_BOUND 0x1 macro