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

1 2 3 4 5 6 7

  /src/sys/arch/mips/include/
mips3_clock.h 37 void mips3_clockintr(struct clockframe *);
  /src/sys/arch/arc/include/
intr.h 40 struct clockframe;
42 void arc_set_intr(uint32_t, uint32_t (*)(uint32_t, struct clockframe *), int);
platform.h 55 uint32_t (*)(uint32_t, struct clockframe *), int);
90 void c_magnum_set_intr(uint32_t, uint32_t (*)(uint32_t, struct clockframe *),
97 void c_nec_jazz_set_intr(uint32_t, uint32_t (*)(uint32_t, struct clockframe *),
  /src/sys/arch/amigappc/include/
autoconf.h 41 void decr_intr (struct clockframe *);
  /src/sys/arch/arc/jazz/
timer_jazziovar.h 34 uint32_t (*tjc_intr)(uint32_t, struct clockframe *);
  /src/sys/arch/evbmips/include/
intr.h 49 struct clockframe;
53 void evbmips_iointr(int, uint32_t, struct clockframe *);
  /src/sys/arch/arc/isa/
isabrvar.h 92 uint32_t isabr_iointr(uint32_t, struct clockframe *);
  /src/sys/arch/alpha/include/
cpuconf.h 50 struct clockframe;
69 void (*clockintr)(struct clockframe *);
  /src/sys/rump/librump/rumpkern/arch/x86/
rump_x86_cpu.c 88 struct clockframe *
92 return kmem_zalloc(sizeof(struct clockframe), KM_SLEEP);
  /src/sys/arch/virt68k/include/
clockvar.h 40 struct clockframe;
50 void (*func)(struct clockframe *));
  /src/sys/arch/arm/ofw/
ofwgencfg_clock.c 57 * int clockhandler(struct clockframe *frame)
65 clockhandler(struct clockframe *frame)
74 * int statclockhandler(struct clockframe *frame)
82 statclockhandler(struct clockframe *frame)
  /src/sys/arch/mac68k/include/
intr.h 93 struct clockframe;
97 void intr_dispatch(struct clockframe);
  /src/sys/arch/playstation2/playstation2/
interrupt.h 53 extern struct clockframe playstation2_clockframe;
  /src/sys/rump/librump/rumpkern/arch/generic/
rump_generic_cpu.c 55 struct clockframe *
  /src/sys/arch/arc/arc/
c_nec_jazz.c 55 uint32_t timer_nec_jazz_intr(uint32_t, struct clockframe *);
66 timer_nec_jazz_intr(uint32_t mask, struct clockframe *cf)
112 uint32_t (*int_hand)(uint32_t, struct clockframe *), int prio)
interrupt.c 62 uint32_t (*int_hand)(uint32_t, struct clockframe *);
73 arc_set_intr(uint32_t mask, uint32_t (*int_hand)(uint32_t, struct clockframe *),
98 struct clockframe cf;
c_magnum.c 76 uint32_t timer_magnum_intr(uint32_t, struct clockframe *);
106 timer_magnum_intr(uint32_t mask, struct clockframe *cf)
173 uint32_t (*int_hand)(uint32_t, struct clockframe *), int prio)
  /src/sys/arch/evbmips/atheros/
mach_intr.c 58 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
  /src/sys/arch/macppc/include/
autoconf.h 58 void decr_intr(struct clockframe *);
  /src/sys/arch/evbmips/alchemy/
mach_intr.c 63 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
  /src/sys/arch/evbmips/cavium/
mach_intr.c 63 evbmips_iointr(int ipl, uint32_t ipending, struct clockframe *cf)
  /src/sys/arch/ofppc/include/
autoconf.h 44 void decr_intr(struct clockframe *);
  /src/sys/arch/atari/include/
intr.h 96 #include <machine/cpu.h> /* XXX: for clockframe */
98 struct clockframe;
104 #define ARG_CLOCKFRAME 0x0020 /* Supply clockframe as an argument */
109 * 'standard' clockframe. This depends on 'ih_type'.
126 void intr_dispatch(struct clockframe);
  /src/sys/arch/usermode/include/
cpu.h 85 struct clockframe { struct
  /src/sys/arch/powerpc/ibm4xx/
clock.c 77 void decr_intr(struct clockframe *); /* called from trap_subr.S */
78 void stat_intr(struct clockframe *); /* called from trap_subr.S */
92 stat_intr(struct clockframe *frame)
117 decr_intr(struct clockframe *frame)

Completed in 21 milliseconds

1 2 3 4 5 6 7