Searched refs:cpu_die (Results 26 - 50 of 61) sorted by relevance

123

/linux-master/arch/arm/mach-mvebu/
H A Dplatsmp.c175 .cpu_die = armada_xp_cpu_die,
249 .cpu_die = armada_xp_cpu_die,
/linux-master/arch/arm/mach-zynq/
H A Dplatsmp.c160 .cpu_die = zynq_cpu_die,
/linux-master/arch/arm64/kernel/
H A Dpsci.c88 * cpu_kill could race with cpu_die and we can
120 .cpu_die = cpu_psci_cpu_die,
H A Dsmp.c281 * If we don't have a cpu_die method, abort before we reach the point
284 if (!ops || !ops->cpu_die)
367 void __noreturn cpu_die(void) function
384 ops->cpu_die(cpu);
395 if (ops && ops->cpu_die)
396 ops->cpu_die(cpu);
1162 if (ops && ops->cpu_die)
/linux-master/arch/arm/mach-qcom/
H A Dplatsmp.c374 .cpu_die = qcom_cpu_die,
383 .cpu_die = qcom_cpu_die,
394 .cpu_die = qcom_cpu_die,
403 .cpu_die = qcom_cpu_die,
/linux-master/arch/s390/kernel/
H A Didle.c93 cpu_die();
/linux-master/arch/arm/mach-berlin/
H A Dplatsmp.c123 .cpu_die = berlin_cpu_die,
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c133 qoriq_pm_ops->cpu_die(cpu);
357 .cpu_die = generic_cpu_die,
510 smp_85xx_ops.cpu_die = qoriq_cpu_kill;
/linux-master/arch/arm/mach-milbeaut/
H A Dplatsmp.c93 .cpu_die = m10v_cpu_die,
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dsmp-j2.c131 .cpu_die = native_cpu_die,
/linux-master/arch/sh/boards/
H A Dof-generic.c45 .cpu_die = native_cpu_die,
/linux-master/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c143 .cpu_die = native_cpu_die,
/linux-master/arch/arm/mach-tegra/
H A Dplatsmp.c188 .cpu_die = tegra_cpu_die,
/linux-master/arch/powerpc/sysdev/
H A Dfsl_rcpm.c320 .cpu_die = rcpm_v1_cpu_die,
333 .cpu_die = rcpm_v2_cpu_die,
/linux-master/arch/arm/mach-rockchip/
H A Dplatsmp.c360 .cpu_die = rockchip_cpu_die,
369 .cpu_die = rockchip_cpu_die,
/linux-master/arch/arm/mach-meson/
H A Dplatsmp.c417 .cpu_die = meson8_smp_cpu_die,
426 .cpu_die = meson8_smp_cpu_die,
/linux-master/arch/arm/kernel/
H A Dsmp.c223 /* cpu_die must be specified to support hotplug */
224 if (!smp_ops.cpu_die)
361 if (smp_ops.cpu_die)
362 smp_ops.cpu_die(cpu);
364 pr_warn("CPU%u: smp_ops.cpu_die() returned, trying to resuscitate\n",
/linux-master/arch/powerpc/include/asm/
H A Dsmp.h58 void (*cpu_die)(unsigned int nr); member in struct:smp_ops_t
/linux-master/arch/mips/cavium-octeon/
H A Dsmp.c423 .cpu_die = octeon_cpu_die,
503 .cpu_die = octeon_cpu_die,
/linux-master/arch/xtensa/kernel/
H A Dsmp.c328 cpu_die();
338 void __ref cpu_die(void) function
/linux-master/arch/mips/kernel/
H A Dsmp-bmips.c435 .cpu_die = bmips_cpu_die,
452 .cpu_die = bmips_cpu_die,
/linux-master/arch/arm/mach-omap2/
H A Domap-smp.c414 .cpu_die = omap4_cpu_die,
/linux-master/arch/arm/mach-exynos/
H A Dplatsmp.c448 .cpu_die = exynos_cpu_die,
/linux-master/arch/arm/mach-hisi/
H A Dplatmcpm.c242 .cpu_die = hip04_cpu_die,
/linux-master/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c276 .cpu_die = shmobile_smp_apmu_cpu_die,

Completed in 246 milliseconds

123