Home
last modified time | relevance | path

Searched refs:cpu_offline_self (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dsmp.h61 void (*cpu_offline_self)(void); member
/linux/arch/powerpc/platforms/powernv/
H A Dsmp.c426 .cpu_offline_self = pnv_cpu_offline_self,
/linux/arch/powerpc/platforms/85xx/
H A Dsmp.c512 smp_85xx_ops.cpu_offline_self = smp_85xx_cpu_offline_self; in mpc85xx_smp_init()
/linux/arch/powerpc/kernel/
H A Dsmp.c1798 if (smp_ops->cpu_offline_self) in arch_cpu_idle_dead()
1799 smp_ops->cpu_offline_self(); in arch_cpu_idle_dead()
H A Dsysfs.c1165 if (smp_ops && smp_ops->cpu_offline_self) in topology_init()
/linux/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c873 smp_ops->cpu_offline_self = pseries_cpu_offline_self; in pseries_cpu_hotplug_init()
/linux/arch/powerpc/platforms/powermac/
H A Dsmp.c1023 smp_ops->cpu_offline_self = pmac_cpu_offline_self; in pmac_setup_smp()