Home
last modified time | relevance | path

Searched refs:select_idle_routine (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/sh/include/asm/
Dbugs.h17 extern void select_idle_routine(void);
24 select_idle_routine(); in check_bugs()
/linux-3.4.99/arch/sh/kernel/
Didle.c121 void __init select_idle_routine(void) in select_idle_routine() function
/linux-3.4.99/arch/x86/kernel/
Dprocess.c677 void __cpuinit select_idle_routine(const struct cpuinfo_x86 *c) in select_idle_routine() function
/linux-3.4.99/arch/x86/include/asm/
Dprocessor.h703 extern void select_idle_routine(const struct cpuinfo_x86 *c);
/linux-3.4.99/arch/x86/kernel/cpu/
Dcommon.c887 select_idle_routine(c); in identify_cpu()