| /src/sys/arch/alpha/alpha/ |
| clock.c | 103 * hardclock, which would then fall over because p->p_stats 106 platform.clockintr = hardclock;
|
| qemu.c | 132 hardclock(framep); 157 printf("Using the Qemu CPU alarm for %d Hz hardclock.\n", hz);
|
| /src/sys/arch/arm/ofw/ |
| ofwgencfg_clock.c | 60 * hardclock(). Eventually the irqhandler can call hardclock() directly 68 hardclock(frame);
|
| /src/external/bsd/ntp/dist/util/ |
| kern.c | 36 void hardclock(); 93 hardclock(); 155 hardclock(void) function
|
| /src/sys/arch/mipsco/obio/ |
| rambo.c | 126 hardclock(cf); 131 hardclock(cf);
|
| /src/sys/arch/arc/arc/ |
| c_nec_jazz.c | 71 hardclock(cf);
|
| c_magnum.c | 111 hardclock(cf);
|
| /src/sys/arch/hppa/dev/ |
| clock.c | 105 hardclock(frame);
|
| /src/sys/arch/mips/mips/ |
| mips3_clockintr.c | 92 * Since hardclock is at the end, we can invoke it by a tailcall. 95 hardclock(cfp); 125 * Now we can enable all interrupts including hardclock(9)
|
| /src/sys/arch/next68k/next68k/ |
| clock.c | 73 hardclock(arg);
|
| /src/sys/arch/playstation2/ee/ |
| timer.c | 107 hardclock(&playstation2_clockframe);
|
| /src/sys/arch/xen/xen/ |
| xen_clock.c | 120 SDT_PROBE_DEFINE2(sdt, xen, hardclock, systime__backward, 123 SDT_PROBE_DEFINE2(sdt, xen, hardclock, tick, 126 SDT_PROBE_DEFINE3(sdt, xen, hardclock, jump, 130 SDT_PROBE_DEFINE3(sdt, xen, hardclock, missed, 748 /* Pretend the last hardclock happened right now. */ 769 * Periodic Xen timer event handler for NetBSD hardclock. Calls 770 * to this may get delayed, so we run hardclock as many times as 791 * since the last hardclock tick. 795 SDT_PROBE2(sdt, xen, hardclock, tick, last, now); 797 SDT_PROBE2(sdt, xen, hardclock, systime__backward [all...] |
| /src/sys/arch/powerpc/powerpc/ |
| clock.c | 120 * Now allow all hardware interrupts including hardclock(9). 190 hardclock(cfp); 191 hardclock(cfp);
|
| /src/sys/arch/sparc/sparc/ |
| timer_sun4m.c | 81 * SMP hardclock handler. 106 * Handle SMP hardclock() calling for this CPU. 113 hardclock((struct clockframe *)cap); 119 * Call hardclock on all CPUs. 139 hardclock(cap); 154 * a timer interrupt - if we call hardclock() at that point we'll 158 * For MP, we defer calling hardclock() to the schedintr so 175 * everyone to call hardclock.
|
| timer_sun4.c | 102 hardclock((struct clockframe *)cap);
|
| /src/sys/arch/riscv/riscv/ |
| clock_machdep.c | 138 hardclock(cf);
|
| /src/sys/arch/usermode/dev/ |
| clock.c | 119 hardclock(&cf);
|
| /src/sys/arch/arc/isa/ |
| timer_isa.c | 147 IPL_CLOCK, (int (*)(void *))hardclock,
|
| /src/sys/arch/arm/imx/ |
| imxclock.c | 127 hardclock((struct clockframe *)arg);
|
| /src/sys/arch/arm/xscale/ |
| becc_timer.c | 250 * Handle the hardclock interrupt. 260 hardclock(frame);
|
| /src/sys/arch/news68k/dev/ |
| timer_hb.c | 167 hardclock(&cf);
|
| /src/sys/arch/sparc64/sparc64/ |
| clock.c | 106 * machine hardclock statclock timecounter 641 hardclock((struct clockframe *)cap); 658 hardclock((struct clockframe *)cap); 674 hardclock((struct clockframe *)cap); 691 hardclock((struct clockframe *)cap);
|
| /src/sys/arch/virt68k/virt68k/ |
| clock.c | 93 [CLOCK_HARDCLOCK] = { .name = "hardclock", 94 .func = hardclock }, 183 aprint_normal("No statclock; using hardclock.\n");
|
| /src/sys/arch/arm/ti/ |
| am18xx_timer.c | 104 hardclock(frame);
|
| /src/sys/arch/sh3/sh3/ |
| clock.c | 90 EVCNT_INITIALIZER(EVCNT_TYPE_INTR, NULL, "tmu0", "hardclock"); 261 /* start hardclock */ 308 hardclock(arg); 331 hardclock(arg);
|