Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dtsc.h70 extern int notsc_setup(char *);
/Linux-v5.4/arch/x86/kernel/
Dtsc.c266 int __init notsc_setup(char *str) in notsc_setup() function
276 int __init notsc_setup(char *str) in notsc_setup() function
283 __setup("notsc", notsc_setup);
/Linux-v5.4/arch/x86/kernel/apic/
Dapic.c169 notsc_setup(NULL); in setup_apicpmtimer()