Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtimetc.h102 uint64_t clockcalib(uint64_t (*)(void), const char *);
/freebsd/sys/kern/
H A Dsubr_clockcalib.c39 clockcalib(uint64_t (*clk)(void), const char *clkname) in clockcalib() function
/freebsd/sys/x86/x86/
H A Dtsc.c781 freq = clockcalib(rdtsc_ordered, "TSC"); in tsc_calibrate()
H A Dlocal_apic.c957 freq = clockcalib(cb_lapic_getcount, "lapic"); in lapic_calibrate_initcount()