Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dtsc.h38 extern unsigned long native_calibrate_tsc(void);
/linux-6.15/arch/x86/kernel/
H A Dx86_init.c148 .calibrate_tsc = native_calibrate_tsc,
H A Dtsc.c662 unsigned long native_calibrate_tsc(void) in native_calibrate_tsc() function