Searched refs:cpu_die (Results 1 - 25 of 61) sorted by relevance

123

/linux-master/arch/arm64/include/asm/
H A Dcpu_ops.h31 * @cpu_die: Makes a cpu leave the kernel. Must not fail. Called from the
44 void (*cpu_die)(unsigned int cpu); member in struct:cpu_operations
H A Dsmp.h16 /* The cpu invoked ops->cpu_die, synchronise it with cpu_kill */
103 extern void __noreturn cpu_die(void);
/linux-master/arch/powerpc/include/asm/
H A Dfsl_pm.h32 void (*cpu_die)(int cpu); member in struct:fsl_pm_ops
/linux-master/arch/xtensa/include/asm/
H A Dsmp.h37 void __noreturn cpu_die(void);
/linux-master/arch/sh/include/asm/
H A Dsmp-ops.h12 void (*cpu_die)(unsigned int cpu); member in struct:plat_smp_ops
H A Dsmp.h53 mp_ops->cpu_die(cpu);
/linux-master/arch/x86/include/asm/
H A Dsmp.h36 void (*cpu_die)(unsigned int cpu); member in struct:smp_ops
76 if (smp_ops.cpu_die)
77 smp_ops.cpu_die(cpu);
/linux-master/arch/mips/kernel/
H A Dsmp-up.c77 .cpu_die = up_cpu_die,
/linux-master/arch/s390/include/asm/
H A Dsmp.h63 extern void __noreturn cpu_die(void);
/linux-master/arch/mips/include/asm/
H A Dsmp-ops.h33 void (*cpu_die)(unsigned int cpu); member in struct:plat_smp_ops
H A Dsmp.h90 mp_ops->cpu_die(cpu);
/linux-master/arch/arm/mach-socfpga/
H A Dplatsmp.c115 .cpu_die = socfpga_cpu_die,
124 .cpu_die = socfpga_cpu_die,
/linux-master/arch/arm/mach-imx/
H A Dplatsmp.c90 .cpu_die = imx_cpu_die,
116 .cpu_die = imx_cpu_die,
/linux-master/arch/arm/common/
H A Dmcpm_platsmp.c89 .cpu_die = mcpm_cpu_die,
/linux-master/arch/arm/kernel/
H A Dpsci_smp.c86 * cpu_kill could race with cpu_die and we can
120 .cpu_die = psci_cpu_die,
/linux-master/arch/powerpc/platforms/85xx/
H A Dmpc85xx_pm_ops.c86 .cpu_die = mpc85xx_cpu_die,
/linux-master/arch/arm/mach-versatile/
H A Dplatsmp-vexpress.c91 .cpu_die = vexpress_cpu_die,
H A Dplatsmp-realview.c94 .cpu_die = realview_cpu_die,
/linux-master/arch/arm/mach-spear/
H A Dplatsmp.c131 .cpu_die = spear13xx_cpu_die,
/linux-master/arch/arm/mach-mvebu/
H A Dplatsmp-a9.c101 .cpu_die = armada_38x_cpu_die,
/linux-master/arch/arm/mach-ux500/
H A Dplatsmp.c97 .cpu_die = ux500_cpu_die,
/linux-master/arch/arm/include/asm/
H A Dsmp.h97 void (*cpu_die)(unsigned int cpu); member in struct:smp_operations
/linux-master/arch/arm/mach-shmobile/
H A Dsmp-sh73a0.c71 .cpu_die = shmobile_smp_scu_cpu_die,
H A Dsmp-r8a7779.c84 .cpu_die = shmobile_smp_scu_cpu_die,
/linux-master/arch/arm/mach-hisi/
H A Dplatsmp.c96 .cpu_die = hi3xxx_cpu_die,
133 .cpu_die = hix5hd2_cpu_die,

Completed in 378 milliseconds

123