HomeSort by: relevance | last modified time | path
    Searched defs:x86_initclock_func (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/x86/
x86_machdep.c 110 void (*x86_initclock_func)(void) = i8254_initclocks; variable in typeref:typename:void (*)(void)
113 void (*x86_initclock_func)(void) = xen_initclocks; variable in typeref:typename:void (*)(void)
1540 * thus making accurate TSC available for x86_initclock_func().
1545 (*x86_initclock_func)();

Completed in 11 milliseconds