Searched refs:intr (Results 1 - 25 of 1345) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/sun2/include/
H A Dintr.h1 /* $NetBSD: intr.h,v 1.5 2005/12/11 12:19:16 christos Exp $ */
3 #include <sun68k/intr.h>
/netbsd-6-1-5-RELEASE/sys/arch/sun3/include/
H A Dintr.h1 /* $NetBSD: intr.h,v 1.7 2006/03/29 08:55:40 yamt Exp $ */
3 #include <sun68k/intr.h>
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/amd64/
H A Dintr.h3 #include <xen/intr.h>
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/i386/
H A Dintr.h3 #include <xen/intr.h>
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dintr.h3 #include <x86/intr.h>
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dintr.h1 /* $NetBSD: intr.h,v 1.5 2003/02/26 21:29:35 fvdl Exp $ */
3 #include <x86/intr.h>
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/include/
H A Dintr.h1 /* $NetBSD: intr.h,v 1.4 2010/11/13 14:07:08 uebayasi Exp $ */
41 #include <powerpc/intr.h>
H A DMakefile7 intr.h \
H A Diocc.h53 #define IOCC_IEE (IOCC_BASE + 0x180) /* intr enable */
54 #define IOCC_IRR (IOCC_BASE + 0x188) /* intr request reg */
55 #define IOCC_MIR (IOCC_BASE + 0x190) /* misc intr reg */
58 #define IOCC_XIVR(intr) \
59 (IOCC_BASE + 0x200 + (intr * 4)) /* extr intr vector */
64 #define IOCC_EOI(intr) \
65 (IOCC_BASE + 0x480 + (intr * 4)) /* ext intr vec */
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/include/
H A Dintr.h1 /* $NetBSD: intr.h,v 1.9.36.1 2010/02/23 20:24:37 matt Exp $ */
35 #include <mips/intr.h>
/netbsd-6-1-5-RELEASE/sys/arch/alpha/common/
H A Dshared_intr.c45 #include <sys/intr.h>
71 struct alpha_shared_intr *intr; local
74 intr = malloc(n * sizeof (struct alpha_shared_intr), M_DEVBUF,
76 if (intr == NULL)
77 panic("alpha_shared_intr_alloc: couldn't malloc intr");
80 TAILQ_INIT(&intr[i].intr_q);
81 intr[i].intr_sharetype = IST_NONE;
82 intr[i].intr_dfltsharetype = IST_NONE;
83 intr[i].intr_nstrays = 0;
84 intr[
100 alpha_shared_intr_dispatch(struct alpha_shared_intr *intr, unsigned int num) argument
128 alpha_shared_intr_establish(struct alpha_shared_intr *intr, unsigned int num, int type, int level, int (*fn)(void *), void *arg, const char *basename) argument
187 alpha_shared_intr_disestablish(struct alpha_shared_intr *intr, void *cookie, const char *basename) argument
201 alpha_shared_intr_get_sharetype(struct alpha_shared_intr *intr, unsigned int num) argument
209 alpha_shared_intr_isactive(struct alpha_shared_intr *intr, unsigned int num) argument
216 alpha_shared_intr_firstactive(struct alpha_shared_intr *intr, unsigned int num) argument
224 alpha_shared_intr_set_dfltsharetype(struct alpha_shared_intr *intr, unsigned int num, int newdfltsharetype) argument
238 alpha_shared_intr_set_maxstrays(struct alpha_shared_intr *intr, unsigned int num, int newmaxstrays) argument
248 alpha_shared_intr_reset_strays(struct alpha_shared_intr *intr, unsigned int num) argument
260 alpha_shared_intr_stray(struct alpha_shared_intr *intr, unsigned int num, const char *basename) argument
276 alpha_shared_intr_set_private(struct alpha_shared_intr *intr, unsigned int num, void *v) argument
284 alpha_shared_intr_get_private(struct alpha_shared_intr *intr, unsigned int num) argument
292 alpha_shared_intr_evcnt(struct alpha_shared_intr *intr, unsigned int num) argument
300 alpha_shared_intr_string(struct alpha_shared_intr *intr, unsigned int num) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mvmeppc/include/
H A DMakefile7 intr.h \
/netbsd-6-1-5-RELEASE/sys/arch/ofppc/include/
H A DMakefile6 intr.h \
H A Dintr.h1 /* $NetBSD: intr.h,v 1.15 2011/06/05 16:52:24 matt Exp $ */
48 #include <powerpc/intr.h>
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/include/
H A DMakefile7 intr.h \
H A Dintr.h1 /* $NetBSD: intr.h,v 1.18 2010/11/13 14:07:08 uebayasi Exp $ */
35 #include <powerpc/intr.h>
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/include/
H A Dintr.h1 /* $NetBSD: intr.h,v 1.22.28.1 2010/12/29 08:16:22 matt Exp $ */
36 #include <mips/intr.h>
/netbsd-6-1-5-RELEASE/sys/arch/ibmnws/include/
H A DMakefile6 intr.h \
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/include/
H A DMakefile6 intr.h \
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/include/
H A Dintr.h1 /* $NetBSD: intr.h,v 1.10.18.1 2010/12/29 08:16:22 matt Exp $ */
35 #include <mips/intr.h>
/netbsd-6-1-5-RELEASE/sys/arch/amigappc/include/
H A DMakefile6 intr.h \
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/arch/i386/
H A Drumpspl.c36 #include <machine/intr.h>
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timedc/
H A Dtimedc-extern.h40 void intr(int) __dead;
/netbsd-6-1-5-RELEASE/sys/arch/prep/include/
H A DMakefile7 intr.h \
/netbsd-6-1-5-RELEASE/sys/arch/macppc/include/
H A Dintr.h1 /* $NetBSD: intr.h,v 1.29 2011/06/17 05:18:10 matt Exp $ */
60 #include <powerpc/intr.h>

Completed in 311 milliseconds

1234567891011>>