| /linux-6.15/arch/csky/include/asm/ |
| H A D | smp.h | 26 static inline void __cpu_die(unsigned int cpu) { } in __cpu_die() function
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | smp.h | 48 void __cpu_die(unsigned int cpu);
|
| /linux-6.15/arch/xtensa/include/asm/ |
| H A D | smp.h | 35 void __cpu_die(unsigned int cpu);
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | smp_64.h | 68 void __cpu_die(unsigned int cpu);
|
| /linux-6.15/arch/riscv/include/asm/ |
| H A D | smp.h | 68 static inline void __cpu_die(unsigned int cpu) { } in __cpu_die() function
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | smp.h | 49 static inline void __cpu_die(unsigned int cpu) in __cpu_die() function
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | smp.h | 91 static inline void __cpu_die(unsigned int cpu) { } in __cpu_die() function
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | smp.h | 67 static inline void __cpu_die(unsigned int cpu) { } in __cpu_die() function
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | smp.h | 85 static inline void __cpu_die(unsigned int cpu) in __cpu_die() function
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | smp.h | 85 extern void __cpu_die(unsigned int cpu);
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | smp.h | 114 static inline void __cpu_die(unsigned int cpu) in __cpu_die() function
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | smp.h | 76 static inline void __cpu_die(unsigned int cpu) in __cpu_die() function
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | smp.h | 186 extern void __cpu_die(unsigned int cpu);
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | smp.c | 493 void __cpu_die(unsigned int cpu) in __cpu_die() function
|
| /linux-6.15/Documentation/translations/zh_CN/core-api/ |
| H A D | cpu_hotplug.rst | 628 ``__cpu_die()`` 630 码。对于那个特定的架构,处理器被从 ``idle()`` 循环中拿下来。 ``__cpu_die()``
|
| /linux-6.15/arch/xtensa/kernel/ |
| H A D | smp.c | 310 void __cpu_die(unsigned int cpu) in __cpu_die() function
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | smp_64.c | 1359 void __cpu_die(unsigned int cpu) in __cpu_die() function
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | smp.c | 917 void __cpu_die(unsigned int cpu) in __cpu_die() function
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | smp.c | 1781 void __cpu_die(unsigned int cpu) in __cpu_die() function
|
| /linux-6.15/Documentation/core-api/ |
| H A D | cpu_hotplug.rst | 708 ``__cpu_die()`` 711 down from the ``idle()`` loop for that specific architecture. ``__cpu_die()``
|
| /linux-6.15/kernel/ |
| H A D | cpu.c | 1339 __cpu_die(cpu); in takedown_cpu()
|