Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dtsc.h67 extern int notsc_setup(char *);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtsc.c273 int __init notsc_setup(char *str) in notsc_setup() function
283 int __init notsc_setup(char *str) in notsc_setup() function
290 __setup("notsc", notsc_setup);
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dapic.c170 notsc_setup(NULL); in setup_apicpmtimer()