Searched refs:clockintr (Results 1 – 10 of 10) sorted by relevance
187 static int clockintr(void *);336 clockintr(void *arg) in clockintr() function523 clockintr, 0); in cpu_initclocks()
67 static int clockintr(void *);144 clockintr(void *arg) in clockintr() function252 sa11x0_intr_establish(0, 26, 1, IPL_CLOCK, clockintr, 0); in cpu_initclocks()
69 void (*clockintr)(struct clockframe *); member
106 platform.clockintr = hardclock; in cpu_initclocks()
231 if (platform.clockintr) { in interrupt()237 (*platform.clockintr)((struct clockframe *)framep); in interrupt()
146 platform.clockintr = qemu_hardclock; in qemu_clock_init()
73 extern int clockintr(void *);
234 clockintr(void *frame) in clockintr() function315 clockintr, 0); in cpu_initclocks()
279 level10->ih_fun = clockintr; in timerattach()615 clockintr(void *cap) in clockintr() function
422 int clockintr(void *); /* level 10 (clock) interrupt code */