Searched refs:cpu_up (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | smp.h | 45 int (*cpu_up)(unsigned cpu, struct task_struct *tidle); member 87 return smp_ops.cpu_up(cpu, tidle); in __cpu_up()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | cdmm.h | 48 int (*cpu_up)(struct mips_cdmm_device *); member
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | smp.c | 271 .cpu_up = native_cpu_up,
|
/kernel/linux/linux-5.10/kernel/ |
D | cpu.c | 1314 static int cpu_up(unsigned int cpu, enum cpuhp_state target) in cpu_up() function 1358 return cpu_up(dev->id, CPUHP_ONLINE); in cpu_device_up() 1387 ret = cpu_up(sleep_cpu, CPUHP_ONLINE); in bringup_hibernate_cpu() 1404 cpu_up(cpu, CPUHP_ONLINE); in bringup_nonboot_cpus() 2227 ret = cpu_up(dev->id, target); in write_cpuhp_target()
|
/kernel/linux/linux-5.10/arch/x86/xen/ |
D | smp_pv.c | 479 .cpu_up = xen_pv_cpu_up,
|
/kernel/linux/linux-5.10/drivers/bus/ |
D | mips_cdmm.c | 609 BUILD_PERDEV_HELPER(cpu_up) /* int mips_cdmm_cpu_up_helper(...) */ in BUILD_PERDEV_HELPER() argument
|
/kernel/linux/linux-5.10/drivers/tty/ |
D | mips_ejtag_fdc.c | 1122 .cpu_up = mips_ejtag_fdc_tty_cpu_up,
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | kernel.patch | 718 * If set, cpu_up and cpu_down will return -EBUSY and do nothing.
|