Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtsc.h58 extern void check_tsc_sync_source(int cpu);
63 static inline void check_tsc_sync_source(int cpu) { } in check_tsc_sync_source() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtsc_sync.c350 void check_tsc_sync_source(int cpu) in check_tsc_sync_source() function
H A Dsmpboot.c1188 check_tsc_sync_source(cpu); in native_cpu_up()