Home
last modified time | relevance | path

Searched refs:timer_startclock (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/arch/riscv64/riscv64/
H A Dclock.c39 void timer_startclock(void);
60 void (*cpu_startclock_fcn)(void) = timer_startclock;
96 if (cpu_startclock_fcn == timer_startclock) { in cpu_initclocks()
109 timer_startclock(void) in timer_startclock() function