Searched refs:av_head (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/uts/common/io/ |
H A D | avintr.c | 54 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 D | intr_common.h | 47 void apic_interrupt_dump(apic_irq_t *, struct av_head *, int i,
|
H A D | intr_common.c | 32 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 D | smp_impldefs.h | 118 extern struct av_head autovect[]; /* array of auto intr vectors */
|
/titanic_44/usr/src/cmd/mdb/i86pc/modules/pcplusmp/ |
H A D | pcplusmp.c | 31 static struct av_head avec_tbl[APIC_MAX_VECTOR+1];
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | avintr.h | 77 struct av_head { struct
|
/titanic_44/usr/src/cmd/mdb/i86pc/modules/uppc/ |
H A D | uppc.c | 27 static struct av_head avec_tbl[APIC_MAX_VECTOR+1];
|
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 232 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 D | xpv_psm.c | 46 static struct av_head avec_tbl[NR_IRQS];
|
/titanic_44/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/ |
H A D | xpv_uppc.c | 42 static struct av_head avec_tbl[NR_IRQS];
|
/titanic_44/usr/src/uts/i86pc/ml/ |
H A D | offsets.in | 187 av_head
|
/titanic_44/usr/src/uts/i86pc/io/pcplusmp/ |
H A D | apic_introp.c | 44 extern struct av_head autovect[];
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | trap.c | 2092 extern struct av_head autovect[];
|
/titanic_44/usr/src/uts/i86pc/io/apix/ |
H A D | apix_utils.c | 1832 extern struct av_head autovect[]; in ioapix_setup_intr()
|