Home
last modified time | relevance | path

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

1234567

/netbsd/src/sys/arch/arc/include/
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 *),
Dintr.h40 struct clockframe;
42 void arc_set_intr(uint32_t, uint32_t (*)(uint32_t, struct clockframe *), int);
/netbsd/src/sys/arch/arc/arc/
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
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()
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/powerpc/ibm4xx/
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/
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/
Dintr.h49 struct clockframe;
53 void evbmips_iointr(int, uint32_t, struct clockframe *);
/netbsd/src/sys/arch/sparc/sparc/
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()
Dtimer_sun4.c102 hardclock((struct clockframe *)cap); in clockintr_4()
112 struct clockframe *frame = cap; in statintr_4()
Dtimer_msiiep.c254 hardclock((struct clockframe *)cap); in clockintr_msiiep()
265 struct clockframe *frame = cap; in statintr_msiiep()
/netbsd/src/sys/arch/alpha/include/
Dcpuconf.h50 struct clockframe;
69 void (*clockintr)(struct clockframe *);
/netbsd/src/sys/arch/arm/ofw/
Dofwgencfg_clock.c65 clockhandler(struct clockframe *frame) in clockhandler()
82 statclockhandler(struct clockframe *frame)
/netbsd/src/sys/arch/mac68k/include/
Dintr.h93 struct clockframe;
97 void intr_dispatch(struct clockframe);
/netbsd/src/sys/arch/m68k/m68k/
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/
Dintr.h98 struct clockframe;
126 void intr_dispatch(struct clockframe);
/netbsd/src/sys/arch/sparc64/sparc64/
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()
Dgenassym.cf250 # clockframe fields
251 define CF_TSTATE offsetof(struct clockframe, tstate)
252 define CF_PC offsetof(struct clockframe, pc)
253 define CF_NPC offsetof(struct clockframe, npc)
254 define CF_PIL offsetof(struct clockframe, pil)
255 define CF_OLDPIL offsetof(struct clockframe, oldpil)
256 define CF_FP offsetof(struct clockframe, fp)
/netbsd/src/sys/arch/algor/algor/
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/
Dtimer_hb.c66 void clock_intr(struct clockframe);
148 clock_intr(struct clockframe cf) in clock_intr()
/netbsd/src/sys/arch/arm/s3c2xx0/
Ds3c2800_intr.c82 void s3c2800_irq_handler(struct clockframe *);
84 s3c2800_irq_handler(struct clockframe *frame) in s3c2800_irq_handler()
/netbsd/src/sys/arch/mipsco/obio/
Drambo.c56 void rambo_clkintr(struct clockframe *);
109 rambo_clkintr(struct clockframe *cf) in rambo_clkintr()
/netbsd/src/sys/arch/mipsco/mipsco/
Dmips_3x30.c111 void rambo_clkintr (struct clockframe *); in pizazz_intr()
112 struct clockframe cf; in pizazz_intr()
/netbsd/src/sys/arch/sun3/sun3/
Dclock.c117 void clock_intr(struct clockframe);
304 clock_intr(struct clockframe cf) in clock_intr()
/netbsd/src/sys/arch/sparc/include/
Dcpu.h435 struct clockframe { struct
442 typedef struct clockframe clockframe; argument

1234567