Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dtsc.h67 extern int notsc_setup(char *);
/linux-6.1.9/arch/x86/kernel/
Dtsc.c274 int __init notsc_setup(char *str) in notsc_setup() function
284 int __init notsc_setup(char *str) in notsc_setup() function
291 __setup("notsc", notsc_setup);
/linux-6.1.9/arch/x86/kernel/apic/
Dapic.c173 notsc_setup(NULL); in setup_apicpmtimer()