Searched refs:timer_startclock (Results 1 – 1 of 1) sorted by relevance
39 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