Home
last modified time | relevance | path

Searched refs:clockframe (Results 1 – 25 of 178) sorted by relevance

12345678

/netbsd-src/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) in timer_nec_jazz_intr()
112 uint32_t (*int_hand)(uint32_t, struct clockframe *), int prio) in c_nec_jazz_set_intr() argument
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 *), in arc_set_intr() argument
98 struct clockframe cf; in cpu_intr()
H A Dc_magnum.c76 uint32_t timer_magnum_intr(uint32_t, struct clockframe *);
106 timer_magnum_intr(uint32_t mask, struct clockframe *cf) in timer_magnum_intr()
173 uint32_t (*int_hand)(uint32_t, struct clockframe *), int prio) in c_magnum_set_intr() argument
/netbsd-src/sys/arch/arc/include/
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 *),
H A Dintr.h40 struct clockframe;
42 void arc_set_intr(uint32_t, uint32_t (*)(uint32_t, struct clockframe *), int);
/netbsd-src/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) in stat_intr()
117 decr_intr(struct clockframe *frame) in decr_intr()
/netbsd-src/sys/arch/evbarm/ifpga/
H A Difpga_clock.c130 struct clockframe *frame = (struct clockframe *)fr; in clockhandler()
152 struct clockframe *frame = (struct clockframe *) fr; in statclockhandler()
/netbsd-src/sys/arch/evbmips/include/
H A Dintr.h49 struct clockframe;
53 void evbmips_iointr(int, uint32_t, struct clockframe *);
/netbsd-src/sys/arch/sparc/sparc/
H A Dtimer_sun4m.c113 hardclock((struct clockframe *)cap); in hardclock_ipi()
122 handle_hardclock(struct clockframe *cap) in handle_hardclock()
189 struct clockframe *frame = cap; in statintr_4m()
H A Dtimer_sun4.c102 hardclock((struct clockframe *)cap); in clockintr_4()
112 struct clockframe *frame = cap; in statintr_4()
/netbsd-src/sys/arch/virt68k/dev/
H A Dgfrtc_mainbus.c62 void (*sc_handler)(struct clockframe *);
78 sc->sc_handler((struct clockframe *)v); \
96 struct evcnt *ev, void (*func)(struct clockframe *)) in gfrtc_mainbus_initclock() argument
/netbsd-src/sys/rump/librump/rumpkern/arch/x86/
H A Drump_x86_cpu.c88 struct clockframe *
92 return kmem_zalloc(sizeof(struct clockframe), KM_SLEEP); in rump_cpu_makeclockframe()
/netbsd-src/sys/arch/alpha/include/
H A Dcpuconf.h50 struct clockframe;
69 void (*clockintr)(struct clockframe *);
/netbsd-src/sys/arch/virt68k/include/
H A Dclockvar.h40 struct clockframe;
50 void (*func)(struct clockframe *));
/netbsd-src/sys/arch/arm/ofw/
H A Dofwgencfg_clock.c65 clockhandler(struct clockframe *frame) in clockhandler()
82 statclockhandler(struct clockframe *frame)
/netbsd-src/sys/arch/mac68k/include/
H A Dintr.h93 struct clockframe;
97 void intr_dispatch(struct clockframe);
/netbsd-src/sys/arch/m68k/m68k/
H A Dm68k_intr.c378 void m68k_intr_autovec(struct clockframe);
390 m68k_intr_autovec(struct clockframe frame) in m68k_intr_autovec()
413 void m68k_intr_vectored(struct clockframe);
421 m68k_intr_vectored(struct clockframe frame) in m68k_intr_vectored()
/netbsd-src/sys/arch/atari/include/
H A Dintr.h98 struct clockframe;
126 void intr_dispatch(struct clockframe);
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dclock.c641 hardclock((struct clockframe *)cap); in clockintr()
658 hardclock((struct clockframe *)cap); in tickintr()
674 hardclock((struct clockframe *)cap); in stickintr()
691 hardclock((struct clockframe *)cap); in stick2eintr()
721 statclock((struct clockframe *)cap); in statintr()
/netbsd-src/sys/arch/algor/algor/
H A Dalgor_intr.c105 evbmips_iointr(int ipl, uint32_t pending, struct clockframe *cf) in evbmips_iointr()
133 struct clockframe cf; in cpu_intr()
/netbsd-src/sys/arch/news68k/dev/
H A Dtimer_hb.c66 void clock_intr(struct clockframe);
148 clock_intr(struct clockframe cf) in clock_intr()
/netbsd-src/sys/arch/mipsco/mipsco/
H A Dmips_3x30.c87 void rambo_clkintr (struct clockframe *); in pizazz_intr()
88 struct clockframe cf; in pizazz_intr()
/netbsd-src/sys/arch/arm/s3c2xx0/
H A Ds3c2800_intr.c82 void s3c2800_irq_handler(struct clockframe *);
84 s3c2800_irq_handler(struct clockframe *frame) in s3c2800_irq_handler()
/netbsd-src/sys/arch/sun3/sun3/
H A Dclock.c117 void clock_intr(struct clockframe);
304 clock_intr(struct clockframe cf) in clock_intr()
/netbsd-src/sys/arch/mipsco/obio/
H A Drambo.c56 void rambo_clkintr(struct clockframe *);
111 rambo_clkintr(struct clockframe *cf) in rambo_clkintr()

12345678