Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dtsc.h93 extern unsigned long native_calibrate_tsc(void);
/linux/arch/x86/kernel/
H A Dx86_init.c148 .calibrate_tsc = native_calibrate_tsc,
H A Dtsc.c672 unsigned long native_calibrate_tsc(void) in native_calibrate_tsc() function