Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dtsc.h39 extern unsigned long native_calibrate_cpu_early(void);
/linux-6.6.21/arch/x86/kernel/
Dx86_init.c141 .calibrate_cpu = native_calibrate_cpu_early,
Dtsc.c905 unsigned long native_calibrate_cpu_early(void) in native_calibrate_cpu_early() function
925 unsigned long tsc_freq = native_calibrate_cpu_early(); in native_calibrate_cpu()
1585 if (x86_platform.calibrate_cpu == native_calibrate_cpu_early) in tsc_init()