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