Searched refs:clockframe (Results 1 - 25 of 177) sorted by relevance

12345678

/netbsd-current/sys/arch/mips/include/
H A Dmips3_clock.h37 void mips3_clockintr(struct clockframe *);
/netbsd-current/sys/arch/arc/include/
H A Dintr.h40 struct clockframe;
42 void arc_set_intr(uint32_t, uint32_t (*)(uint32_t, struct clockframe *), int);
H A Dplatform.h55 uint32_t (*)(uint32_t, struct clockframe *), int);
90 void c_magnum_set_intr(uint32_t, uint32_t (*)(uint32_t, struct clockframe *),
97 void c_nec_jazz_set_intr(uint32_t, uint32_t (*)(uint32_t, struct clockframe *),
/netbsd-current/sys/arch/amigappc/include/
H A Dautoconf.h41 void decr_intr (struct clockframe *);
/netbsd-current/sys/arch/arc/jazz/
H A Dtimer_jazziovar.h34 uint32_t (*tjc_intr)(uint32_t, struct clockframe *);
/netbsd-current/sys/arch/evbmips/include/
H A Dintr.h49 struct clockframe;
53 void evbmips_iointr(int, uint32_t, struct clockframe *);
/netbsd-current/sys/arch/arc/isa/
H A Disabrvar.h92 uint32_t isabr_iointr(uint32_t, struct clockframe *);
/netbsd-current/sys/arch/alpha/include/
H A Dcpuconf.h50 struct clockframe;
69 void (*clockintr)(struct clockframe *);
/netbsd-current/sys/rump/librump/rumpkern/arch/x86/
H A Drump_x86_cpu.c88 struct clockframe *
92 return kmem_zalloc(sizeof(struct clockframe), KM_SLEEP);
/netbsd-current/sys/arch/virt68k/include/
H A Dclockvar.h40 struct clockframe;
50 void (*func)(struct clockframe *));
/netbsd-current/sys/arch/arm/ofw/
H A Dofwgencfg_clock.c57 * int clockhandler(struct clockframe *frame)
65 clockhandler(struct clockframe *frame)
74 * int statclockhandler(struct clockframe *frame)
82 statclockhandler(struct clockframe *frame)
/netbsd-current/sys/arch/mac68k/include/
H A Dintr.h93 struct clockframe;
97 void intr_dispatch(struct clockframe);
/netbsd-current/sys/rump/librump/rumpkern/arch/generic/
H A Drump_generic_cpu.c55 struct clockframe *
/netbsd-current/sys/arch/playstation2/playstation2/
H A Dinterrupt.h53 extern struct clockframe playstation2_clockframe;
/netbsd-current/sys/arch/arc/arc/
H A Dc_nec_jazz.c55 uint32_t timer_nec_jazz_intr(uint32_t, struct clockframe *);
66 timer_nec_jazz_intr(uint32_t mask, struct clockframe *cf)
112 uint32_t (*int_hand)(uint32_t, struct clockframe *), int prio)
H A Dinterrupt.c62 uint32_t (*int_hand)(uint32_t, struct clockframe *);
73 arc_set_intr(uint32_t mask, uint32_t (*int_hand)(uint32_t, struct clockframe *),
98 struct clockframe cf;
H A Dc_magnum.c76 uint32_t timer_magnum_intr(uint32_t, struct clockframe *);
106 timer_magnum_intr(uint32_t mask, struct clockframe *cf)
173 uint32_t (*int_hand)(uint32_t, struct clockframe *), int prio)
/netbsd-current/sys/arch/evbmips/atheros/
H A Dmach_intr.c58 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
/netbsd-current/sys/arch/macppc/include/
H A Dautoconf.h58 void decr_intr(struct clockframe *);
/netbsd-current/sys/arch/evbmips/alchemy/
H A Dmach_intr.c63 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
/netbsd-current/sys/arch/evbmips/cavium/
H A Dmach_intr.c63 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
/netbsd-current/sys/arch/ofppc/include/
H A Dautoconf.h44 void decr_intr(struct clockframe *);
/netbsd-current/sys/arch/atari/include/
H A Dintr.h96 #include <machine/cpu.h> /* XXX: for clockframe */
98 struct clockframe;
104 #define ARG_CLOCKFRAME 0x0020 /* Supply clockframe as an argument */
109 * 'standard' clockframe. This depends on 'ih_type'.
126 void intr_dispatch(struct clockframe);
/netbsd-current/sys/arch/usermode/include/
H A Dcpu.h85 struct clockframe { struct
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dclock.c77 void decr_intr(struct clockframe *); /* called from trap_subr.S */
78 void stat_intr(struct clockframe *); /* called from trap_subr.S */
92 stat_intr(struct clockframe *frame)
117 decr_intr(struct clockframe *frame)

Completed in 363 milliseconds

12345678