HomeSort by: relevance | last modified time | path
    Searched refs:clockintr (Results 1 - 25 of 40) sorted by relevancy

1 2

  /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).
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_timervar.h 73 extern int clockintr(void *);
gemini_timervar.h 73 extern int clockintr(void *);
gemini_timervar.h 73 extern int clockintr(void *);
gemini_timervar.h 73 extern int clockintr(void *);
gemini_timer.c 234 clockintr(void *frame) function in typeref:typename:int
315 clockintr, 0);
  /src/sys/arch/alpha/alpha/
clock.c 106 platform.clockintr = hardclock;
clock.c 106 platform.clockintr = hardclock;
clock.c 106 platform.clockintr = hardclock;
clock.c 106 platform.clockintr = hardclock;
qemu.c 143 * Override the clockintr routine; the Qemu alarm is
146 platform.clockintr = qemu_hardclock;
qemu.c 143 * Override the clockintr routine; the Qemu alarm is
146 platform.clockintr = qemu_hardclock;
qemu.c 143 * Override the clockintr routine; the Qemu alarm is
146 platform.clockintr = qemu_hardclock;
qemu.c 143 * Override the clockintr routine; the Qemu alarm is
146 platform.clockintr = qemu_hardclock;
  /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);
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/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);
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);

Completed in 48 milliseconds

1 2