Searched refs:do_boot_cpu (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | smpboot.c | 450 do_boot_cpu (int sapicid, int cpu, struct task_struct *idle) in do_boot_cpu() function 734 ret = do_boot_cpu(sapicid, cpu, tidle); in __cpu_up()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | smpboot.c | 451 do_boot_cpu (int sapicid, int cpu, struct task_struct *idle) in do_boot_cpu() function 731 ret = do_boot_cpu(sapicid, cpu, tidle); in __cpu_up()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | smpboot.c | 985 static int do_boot_cpu(int apicid, int cpu, struct task_struct *idle) in do_boot_cpu() function 1079 err = do_boot_cpu(apicid, cpu, tidle); in native_kick_ap() 1081 pr_err("do_boot_cpu failed(%d) to wakeup CPU#%u\n", err, cpu); in native_kick_ap()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | smpboot.c | 1038 static int do_boot_cpu(int apicid, int cpu, struct task_struct *idle, in do_boot_cpu() function 1164 pr_debug("do_boot_cpu %d Already started\n", cpu); in native_cpu_up() 1186 err = do_boot_cpu(apicid, cpu, tidle, &cpu0_nmi_registered); in native_cpu_up() 1188 pr_err("do_boot_cpu failed(%d) to wakeup CPU#%u\n", err, cpu); in native_cpu_up()
|
Completed in 11 milliseconds