CPU_INITCLOCKS(9) Kernel Developer's Manual CPU_INITCLOCKS(9)

cpu_initclocks
machine-dependent clock setup interface

#include <sys/systm.h>

void
cpu_initclocks(void);

cpu_initclocks() is invoked by initclocks() during system bootstrap, immediately after autoconfiguration, to perform the machine-dependent initialization of clock frequencies and start the real-time and statistic clocks running.

Machine-independent clock interface operations are performed within the file sys/kern/kern_clock.c.

autoconf(9)
May 24, 2002 NetBSD 9.2