Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtsc.h64 extern int notsc_setup(char *);
/openbmc/linux/arch/x86/kernel/
H A Dtsc.c295 int __init notsc_setup(char *str) in notsc_setup() function
305 int __init notsc_setup(char *str) in notsc_setup() function
312 __setup("notsc", notsc_setup);
/openbmc/linux/arch/x86/kernel/apic/
H A Dapic.c169 notsc_setup(NULL); in setup_apicpmtimer()