Searched refs:native_calibrate_cpu_early (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dtsc.h40 extern unsigned long native_calibrate_cpu_early(void);
/linux-master/arch/x86/kernel/
H A Dx86_init.c144 .calibrate_cpu = native_calibrate_cpu_early,
H A Dtsc.c903 * native_calibrate_cpu_early - can calibrate the cpu early in boot
905 unsigned long native_calibrate_cpu_early(void) function
925 unsigned long tsc_freq = native_calibrate_cpu_early();
1586 * native_calibrate_cpu_early can only calibrate using methods that are
1589 if (x86_platform.calibrate_cpu == native_calibrate_cpu_early)

Completed in 152 milliseconds