Searched refs:clockframe (Results 126 - 150 of 177) sorted by relevance

12345678

/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_tmr.c224 struct clockframe *frame = arg;
/netbsd-current/sys/arch/arm/ixp12x0/
H A Dixp12x0_clk.c222 hardclock((struct clockframe*) arg);
/netbsd-current/sys/arch/arm/ti/
H A Dti_omaptimer.c117 struct clockframe * const frame = arg;
/netbsd-current/sys/arch/arm/cortex/
H A Da9ptmr.c261 struct clockframe * const cf = arg;
H A Dgtmr.c348 struct clockframe * const cf = arg;
H A Da9tmr.c324 struct clockframe * const cf = arg;
/netbsd-current/sys/arch/hppa/include/
H A Dcpu.h250 /* clockframe describes the system before we took an interrupt. */
251 struct clockframe { struct
/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_intr.c156 struct clockframe *frame = arg;
/netbsd-current/sys/arch/sparc64/include/
H A Dcpu.h338 * previous machine state in an opaque clockframe. The ipl is here
342 struct clockframe { struct
378 * argument, or with a pointer to a clockframe if ih_arg is NULL.
/netbsd-current/sys/arch/riscv/fdt/
H A Dclint_fdt.c122 struct clockframe * const cf = arg;
H A Dintc_fdt.c285 struct clockframe cf = {
/netbsd-current/sys/arch/shark/isa/
H A Dclock.c338 struct clockframe *frame = arg; /* not strictly necessary */
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dintr.c272 intr_dispatch(struct clockframe frame)
/netbsd-current/sys/arch/atari/atari/
H A Dintr.c272 intr_dispatch(struct clockframe frame)
/netbsd-current/sys/arch/pmax/pmax/
H A Ddec_3maxplus.c357 struct clockframe cf;
H A Ddec_3min.c360 struct clockframe cf;
/netbsd-current/sys/arch/xen/xen/
H A Dxen_clock.c77 static int xen_timer_handler(void *, struct clockframe *);
790 xen_timer_handler(void *cookie, struct clockframe *frame)
/netbsd-current/sys/dev/pci/voyager/
H A Dpwmclock.c135 /* NULL here gets us the clockframe */
272 struct clockframe *cf = cookie;
/netbsd-current/sys/arch/arm/marvell/
H A Dmvsoctmr.c209 struct clockframe *frame = arg;
/netbsd-current/sys/rump/librump/rumpkern/
H A Dintr.c99 struct clockframe *clkframe;
114 /* generate dummy clockframe for hardclock to consume */
/netbsd-current/sys/arch/evbmips/gdium/
H A Dgdium_intr.c297 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
/netbsd-current/sys/arch/cobalt/cobalt/
H A Dinterrupt.c426 struct clockframe cf;
/netbsd-current/sys/arch/evbmips/loongson/
H A Dloongson_intr.c139 evbmips_iointr(int ppl, uint32_t ipending, struct clockframe *cf)
/netbsd-current/sys/arch/hppa/hppa/
H A Dintr.c406 struct clockframe clkframe;
430 * If this interrupt handler takes the clockframe
/netbsd-current/sys/arch/x86/isa/
H A Dclock.c378 hardclock((struct clockframe *)frame);

Completed in 178 milliseconds

12345678