Home
last modified time | relevance | path

Searched refs:av_head (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/uts/common/io/
H A Davintr.c54 static void insert_av(void *intr_id, struct av_head *vectp, avfunc f,
57 static void remove_av(void *intr_id, struct av_head *vectp, avfunc f,
85 struct av_head autovect[MAX_VECT];
86 struct av_head softvect[LOCK_LEVEL + 1];
231 struct av_head *vecp = (struct av_head *)0; in add_avintr()
286 struct av_head *vectp = (struct av_head *)&softvect[lvl]; in update_avsoftintr_args()
346 insert_av(void *intr_id, struct av_head *vectp, avfunc f, caddr_t arg1, in insert_av()
425 struct av_head *vecp = (struct av_head *)0; in av_rem_softintr()
488 struct av_head *vecp = (struct av_head *)0; in rem_avintr()
543 remove_av(void *intr_id, struct av_head *vectp, avfunc f, int pri_level, in remove_av()
/titanic_44/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.h47 void apic_interrupt_dump(apic_irq_t *, struct av_head *, int i,
H A Dintr_common.c32 static struct av_head softvec_tbl[LOCK_LEVEL + 1];
212 apic_interrupt_dump(apic_irq_t *irqp, struct av_head *avp, in apic_interrupt_dump()
/titanic_44/usr/src/uts/i86pc/sys/
H A Dsmp_impldefs.h118 extern struct av_head autovect[]; /* array of auto intr vectors */
/titanic_44/usr/src/cmd/mdb/i86pc/modules/pcplusmp/
H A Dpcplusmp.c31 static struct av_head avec_tbl[APIC_MAX_VECTOR+1];
/titanic_44/usr/src/uts/common/sys/
H A Davintr.h77 struct av_head { struct
/titanic_44/usr/src/cmd/mdb/i86pc/modules/uppc/
H A Duppc.c27 static struct av_head avec_tbl[APIC_MAX_VECTOR+1];
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c232 struct av_head hd; in ttrace_interrupt()
251 rec->ttr_vector * sizeof (struct av_head); in ttrace_interrupt()
/titanic_44/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/
H A Dxpv_psm.c46 static struct av_head avec_tbl[NR_IRQS];
/titanic_44/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/
H A Dxpv_uppc.c42 static struct av_head avec_tbl[NR_IRQS];
/titanic_44/usr/src/uts/i86pc/ml/
H A Doffsets.in187 av_head
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_introp.c44 extern struct av_head autovect[];
/titanic_44/usr/src/uts/i86pc/os/
H A Dtrap.c2092 extern struct av_head autovect[];
/titanic_44/usr/src/uts/i86pc/io/apix/
H A Dapix_utils.c1832 extern struct av_head autovect[]; in ioapix_setup_intr()