Searched refs:cpu_die (Results 1 – 25 of 68) sorted by relevance
123
/arch/arm/mach-socfpga/ |
D | platsmp.c | 115 .cpu_die = socfpga_cpu_die, 124 .cpu_die = socfpga_cpu_die,
|
/arch/arm64/include/asm/ |
D | cpu_ops.h | 49 void (*cpu_die)(unsigned int cpu); member
|
/arch/xtensa/include/asm/ |
D | smp.h | 36 void cpu_die(void);
|
/arch/x86/include/asm/ |
D | smp.h | 47 void (*cpu_die)(unsigned int cpu); member 97 smp_ops.cpu_die(cpu); in __cpu_die()
|
/arch/sh/include/asm/ |
D | smp-ops.h | 12 void (*cpu_die)(unsigned int cpu); member
|
D | smp.h | 53 mp_ops->cpu_die(cpu); in __cpu_die()
|
/arch/powerpc/include/asm/ |
D | fsl_pm.h | 32 void (*cpu_die)(int cpu); member
|
/arch/arm/mach-tango/ |
D | platsmp.c | 48 .cpu_die = tango_cpu_die,
|
/arch/arm/mach-qcom/ |
D | platsmp.c | 313 .cpu_die = qcom_cpu_die, 322 .cpu_die = qcom_cpu_die, 331 .cpu_die = qcom_cpu_die,
|
/arch/arm/mach-mvebu/ |
D | platsmp.c | 178 .cpu_die = armada_xp_cpu_die, 252 .cpu_die = armada_xp_cpu_die,
|
D | platsmp-a9.c | 104 .cpu_die = armada_38x_cpu_die,
|
/arch/arm/mach-hisi/ |
D | platsmp.c | 96 .cpu_die = hi3xxx_cpu_die, 133 .cpu_die = hix5hd2_cpu_die,
|
/arch/arm64/kernel/ |
D | smp.c | 288 if (!ops || !ops->cpu_die) in op_cpu_disable() 375 void cpu_die(void) in cpu_die() function 392 ops->cpu_die(cpu); in cpu_die() 403 if (ops && ops->cpu_die) in __cpu_try_die() 404 ops->cpu_die(cpu); in __cpu_try_die() 1134 if (ops && ops->cpu_die) in have_cpu_die()
|
/arch/mips/kernel/ |
D | smp-up.c | 77 .cpu_die = up_cpu_die,
|
/arch/arm/mach-shmobile/ |
D | smp-sh73a0.c | 54 .cpu_die = shmobile_smp_scu_cpu_die,
|
D | smp-r8a7779.c | 71 .cpu_die = shmobile_smp_scu_cpu_die,
|
/arch/x86/xen/ |
D | smp_hvm.c | 80 smp_ops.cpu_die = xen_hvm_cpu_die; in xen_hvm_smp_init()
|
/arch/s390/include/asm/ |
D | smp.h | 62 extern void __noreturn cpu_die(void);
|
/arch/arm/mach-vexpress/ |
D | platsmp.c | 94 .cpu_die = vexpress_cpu_die,
|
/arch/mips/include/asm/ |
D | smp-ops.h | 35 void (*cpu_die)(unsigned int cpu); member
|
/arch/powerpc/platforms/85xx/ |
D | smp.c | 133 qoriq_pm_ops->cpu_die(cpu); in smp_85xx_cpu_offline_self() 357 .cpu_die = generic_cpu_die, 510 smp_85xx_ops.cpu_die = qoriq_cpu_kill; in mpc85xx_smp_init()
|
/arch/arm/mach-prima2/ |
D | platsmp.c | 121 .cpu_die = sirfsoc_cpu_die,
|
/arch/arm/kernel/ |
D | psci_smp.c | 120 .cpu_die = psci_cpu_die,
|
/arch/arm/mach-ux500/ |
D | platsmp.c | 99 .cpu_die = ux500_cpu_die,
|
/arch/arm/mach-spear/ |
D | platsmp.c | 131 .cpu_die = spear13xx_cpu_die,
|
123