/src/sys/arch/alpha/include/ |
cpuconf.h | 64 * clockintr - Clock Interrupt Handler 69 void (*clockintr)(struct clockframe *); member in struct:platform 83 * The clockintr tag is filled in by cpu_initclocks (in clock.c).
|
cpuconf.h | 64 * clockintr - Clock Interrupt Handler 69 void (*clockintr)(struct clockframe *); member in struct:platform 83 * The clockintr tag is filled in by cpu_initclocks (in clock.c).
|
/src/sys/arch/arm/gemini/ |
gemini_timer.c | 234 clockintr(void *frame) function in typeref:typename:int 315 clockintr, 0);
|
gemini_timer.c | 234 clockintr(void *frame) function in typeref:typename:int 315 clockintr, 0);
|
/src/sys/arch/arm/sa11x0/ |
sa11x0_ost.c | 67 static int clockintr(void *); 144 clockintr(void *arg) function in typeref:typename:int 252 sa11x0_intr_establish(0, 26, 1, IPL_CLOCK, clockintr, 0);
|
sa11x0_ost.c | 67 static int clockintr(void *); 144 clockintr(void *arg) function in typeref:typename:int 252 sa11x0_intr_establish(0, 26, 1, IPL_CLOCK, clockintr, 0);
|
/src/sys/arch/shark/isa/ |
clock.c | 187 static int clockintr(void *); 336 clockintr(void *arg) function in typeref:typename:int 523 clockintr, 0);
|
clock.c | 187 static int clockintr(void *); 336 clockintr(void *arg) function in typeref:typename:int 523 clockintr, 0);
|
/src/sys/arch/sparc64/sparc64/ |
clock.c | 279 level10->ih_fun = clockintr; 562 * Enable counter-timer #0 interrupt for clockintr. 615 clockintr(void *cap) function in typeref:typename:int
|
clock.c | 279 level10->ih_fun = clockintr; 562 * Enable counter-timer #0 interrupt for clockintr. 615 clockintr(void *cap) function in typeref:typename:int
|