Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dtsc.h41 extern unsigned long native_calibrate_cpu_early(void);
/Linux-v5.10/arch/x86/kernel/
Dx86_init.c132 .calibrate_cpu = native_calibrate_cpu_early,
Dtsc.c868 unsigned long native_calibrate_cpu_early(void) in native_calibrate_cpu_early() function
888 unsigned long tsc_freq = native_calibrate_cpu_early(); in native_calibrate_cpu()
1493 if (x86_platform.calibrate_cpu == native_calibrate_cpu_early) in tsc_init()