Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtsc.h41 extern unsigned long native_calibrate_tsc(void);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dx86_init.c133 .calibrate_tsc = native_calibrate_tsc,
H A Dtsc.c621 unsigned long native_calibrate_tsc(void) in native_calibrate_tsc() function