Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/ !
Dtsc.h63 extern int notsc_setup(char *);
/linux-3.4.99/arch/x86/kernel/ !
Dtsc.c85 int __init notsc_setup(char *str) in notsc_setup() function
97 int __init notsc_setup(char *str) in notsc_setup() function
104 __setup("notsc", notsc_setup);
/linux-3.4.99/arch/x86/kernel/apic/ !
Dapic.c140 notsc_setup(NULL); in setup_apicpmtimer()