Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dtsc.h52 extern unsigned long native_calibrate_tsc(void);
/linux-3.4.99/arch/x86/kernel/
Dx86_init.c102 .calibrate_tsc = native_calibrate_tsc,
Dtsc.c402 unsigned long native_calibrate_tsc(void) in native_calibrate_tsc() function