Searched refs:statintr (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/arm/gemini/
H A Dgemini_timervar.h74 extern int statintr(void *);
H A Dgemini_timer.c247 statintr(void *frame) function
319 statintr, 0);
/netbsd-current/sys/arch/hp300/hp300/
H A Dclock.c67 void statintr(struct clockframe *);
281 statintr(struct clockframe *fp) function
H A Dlocore.s814 movpw %a0@(CLKMSB1),%d1 | due to statintr processing delay
824 jbsr _C_LABEL(statintr) | statintr(&frame)
826 movl %sp@+,%d0 | restore pre-statintr status
869 jmi Lclkagain | while we were in hardclock/statintr
/netbsd-current/sys/arch/arm/sa11x0/
H A Dsa11x0_ost.c68 static int statintr(void *);
183 statintr(void *arg) function
253 sa11x0_intr_establish(0, 27, 1, IPL_CLOCK, statintr, 0);
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c24x0_clk.c207 statintr(void *arg) function
264 IST_NONE, statintr, 0);
H A Ds3c2800_clk.c211 statintr(void *arg) function
262 IST_NONE, statintr, 0);
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dclock.c290 level14->ih_fun = statintr;
578 * Enable counter-timer #1 interrupt for statintr.
708 statintr(void *cap) function
/netbsd-current/sys/arch/atari/dev/
H A Dclock.c136 void statintr(struct clockframe);
252 statintr(struct clockframe frame) function
/netbsd-current/sys/arch/sparc64/include/
H A Dcpu.h423 int statintr(void *); /* level 14 (statclock) interrupt code */
/netbsd-current/sys/arch/atari/atari/
H A Dlocore.s664 jbsr _C_LABEL(statintr) | call statistics clock handler

Completed in 126 milliseconds