Home
last modified time | relevance | path

Searched refs:fdh (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/powernv/
Dopal-fadump.c410 struct fadump_crash_info_header *fdh) in opal_fadump_build_cpu_notes() argument
465 if (fdh->crashing_cpu == thread_pir) { in opal_fadump_build_cpu_notes()
467 &fdh->regs); in opal_fadump_build_cpu_notes()
469 fdh->crashing_cpu, fdh->regs.gpr[1], in opal_fadump_build_cpu_notes()
470 fdh->regs.nip); in opal_fadump_build_cpu_notes()
496 if (fdh->crashing_cpu == FADUMP_CPU_UNKNOWN) { in opal_fadump_build_cpu_notes()
502 note_buf = fadump_regs_to_elf_notes(note_buf, &(fdh->regs)); in opal_fadump_build_cpu_notes()
508 fdh->elfcorehdr_addr); in opal_fadump_build_cpu_notes()
509 fadump_update_elfcore_header(__va(fdh->elfcorehdr_addr)); in opal_fadump_build_cpu_notes()
515 struct fadump_crash_info_header *fdh; in opal_fadump_process() local
[all …]
/Linux-v5.4/arch/powerpc/platforms/pseries/
Drtas-fadump.c307 struct fadump_crash_info_header *fdh = NULL; in rtas_fadump_build_cpu_notes() local
342 fdh = __va(fadump_conf->fadumphdr_addr); in rtas_fadump_build_cpu_notes()
354 if (fdh && !cpumask_test_cpu(cpu, &fdh->online_mask)) { in rtas_fadump_build_cpu_notes()
359 if (fdh && fdh->crashing_cpu == cpu) { in rtas_fadump_build_cpu_notes()
360 regs = fdh->regs; in rtas_fadump_build_cpu_notes()
371 if (fdh) { in rtas_fadump_build_cpu_notes()
373 fdh->elfcorehdr_addr); in rtas_fadump_build_cpu_notes()
374 fadump_update_elfcore_header(__va(fdh->elfcorehdr_addr)); in rtas_fadump_build_cpu_notes()
390 struct fadump_crash_info_header *fdh; in rtas_fadump_process() local
412 fdh = __va(fadump_conf->fadumphdr_addr); in rtas_fadump_process()
[all …]
/Linux-v5.4/arch/powerpc/kernel/
Dfadump.c597 struct fadump_crash_info_header *fdh = NULL; in crash_fadump() local
626 fdh = __va(fw_dump.fadumphdr_addr); in crash_fadump()
627 fdh->crashing_cpu = crashing_cpu; in crash_fadump()
631 fdh->regs = *regs; in crash_fadump()
633 ppc_save_regs(&fdh->regs); in crash_fadump()
635 fdh->online_mask = *cpu_online_mask; in crash_fadump()
637 fw_dump.ops->fadump_trigger(fdh, str); in crash_fadump()
1044 struct fadump_crash_info_header *fdh; in init_fadump_header() local
1049 fdh = __va(addr); in init_fadump_header()
1052 memset(fdh, 0, sizeof(struct fadump_crash_info_header)); in init_fadump_header()
[all …]
/Linux-v5.4/arch/powerpc/include/asm/
Dfadump-internal.h133 void (*fadump_trigger)(struct fadump_crash_info_header *fdh,