Searched refs:v_autovect (Results 1 – 6 of 6) sorted by relevance
106 (uintptr_t)(apix_vector.v_autovect)) == -1) in interrupt_dump_apix()132 (uintptr_t)(apix_vector.v_autovect)) == -1) { in interrupt_dump_apix()
484 struct autovec *avp = vecp->v_autovect; in apix_disable_vector()553 struct autovec *avp = vecp->v_autovect; in apix_obsolete_vector()559 for (avp = vecp->v_autovect; avp != NULL; avp = avp->av_link) { in apix_obsolete_vector()669 for (avp = fromp->v_autovect; avp != NULL; avp = avp->av_link) { in apix_dup_vectors()806 if (vecp->v_autovect == NULL) { /* Nothing on list - put it at head */ in apix_insert_av()807 vecp->v_autovect = mem; in apix_insert_av()814 INIT_AUTOVEC(vecp->v_autovect, intr_id, f, arg1, arg2, ticksp, in apix_insert_av()816 prep = vecp->v_autovect->av_link; in apix_insert_av()817 vecp->v_autovect->av_link = NULL; in apix_insert_av()834 for (p = vecp->v_autovect; p != NULL; p = p->av_link) { in apix_insert_av()[all …]
152 for (p = vecp->v_autovect; p != NULL; p = p->av_link) { in apix_add_pending_hardint()820 (avp = vecp->v_autovect) == NULL || avp->av_vector == NULL) in apix_dispatch_by_vector()
347 return ((uintptr_t)(apix_vector->v_autovect)); in apix_get_intr_handler()1536 for (i = 0, av_dev = vecp->v_autovect; av_dev; in apix_get_intr_info()1570 for (i = 0, av_dev = vecp->v_autovect; av_dev; in apix_get_intr_info()
115 struct autovec *v_autovect; /* ISR linked list */ member276 apix_rebindinfo.i_old_av = (_ovp)->v_autovect;\278 apix_rebindinfo.i_new_av = (_nvp)->v_autovect;\
315 (uintptr_t)(apix_vector.v_autovect)) == -1) { in ttrace_apix_interrupt()317 (uintptr_t)apix_vector.v_autovect); in ttrace_apix_interrupt()