Searched refs:crashing_cpu (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/mips/kernel/
H A Dcrash.c15 static int crashing_cpu = -1; variable
99 crashing_cpu = smp_processor_id();
100 crash_save_cpu(regs, crashing_cpu);
102 cpumask_set_cpu(crashing_cpu, &cpus_in_crash);
/linux-master/arch/powerpc/include/asm/
H A Dfadump.h14 extern int crashing_cpu;
H A Dkexec.h138 extern int crashing_cpu;
152 return crashing_cpu >= 0;
H A Dfadump-internal.h51 u32 crashing_cpu; member in struct:fadump_crash_info_header
/linux-master/arch/x86/include/asm/
H A Dreboot.h19 extern int crashing_cpu;
/linux-master/arch/powerpc/kexec/
H A Dcrash.c206 while (crashing_cpu < 0) {
288 crashing_cpu = smp_processor_id();
361 crash_save_cpu(regs, crashing_cpu);
365 crash_kexec_wait_realmode(crashing_cpu);
/linux-master/arch/loongarch/kernel/
H A Dmachine_kexec.c242 int crashing_cpu; local
246 crashing_cpu = smp_processor_id();
247 crash_save_cpu(regs, crashing_cpu);
252 cpumask_set_cpu(crashing_cpu, &cpus_in_crash);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-fadump.c467 * If this is kernel initiated crash, crashing_cpu would be set
473 if (fdh->crashing_cpu == thread_pir) {
477 fdh->crashing_cpu, fdh->regs.gpr[1],
504 if (fdh->crashing_cpu == FADUMP_CPU_UNKNOWN) {
538 * If this is a kernel initiated crash, crashing_cpu would be set
544 if (fdh->crashing_cpu != FADUMP_CPU_UNKNOWN)
608 fdh->crashing_cpu = (u32)mfspr(SPRN_PIR);
H A Dopal-core.c37 u32 crashing_cpu; member in struct:opalcore_config
129 if (pir == oc_conf->crashing_cpu) {
281 if (thread_pir != oc_conf->crashing_cpu) {
525 oc_conf->crashing_cpu = be32_to_cpu(opalc_metadata->crashing_pir);
/linux-master/arch/x86/kernel/
H A Dreboot.c837 int crashing_cpu = -1; variable
857 if (cpu == crashing_cpu)
906 crashing_cpu = safe_smp_processor_id();
/linux-master/arch/powerpc/platforms/85xx/
H A Dsmp.c401 if (cpu == crashing_cpu && cpu_thread_in_core(cpu) != 0) {
409 } else if (sibling != crashing_cpu &&
/linux-master/arch/powerpc/kernel/
H A Dfadump.c712 old_cpu = cmpxchg(&crashing_cpu, -1, this_cpu);
730 fdh->crashing_cpu = crashing_cpu;
1180 fdh->crashing_cpu = FADUMP_CPU_UNKNOWN;
H A Dsetup-common.c115 int crashing_cpu = -1; variable
/linux-master/arch/powerpc/platforms/pseries/
H A Drtas-fadump.c366 if (fdh && fdh->crashing_cpu == cpu) {
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c1232 * 2) If crashing_cpu was set, e.g. we're entering kdump and we need to
1245 (crashing_cpu != -1 && crashing_cpu != cpu)) {

Completed in 220 milliseconds