Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/platforms/powernv/
Dopal-fadump.c466 note_buf = fadump_regs_to_elf_notes(note_buf, in opal_fadump_build_cpu_notes()
485 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in opal_fadump_build_cpu_notes()
502 note_buf = fadump_regs_to_elf_notes(note_buf, &(fdh->regs)); in opal_fadump_build_cpu_notes()
/Linux-v5.10/arch/powerpc/include/asm/
Dfadump-internal.h142 u32 *fadump_regs_to_elf_notes(u32 *buf, struct pt_regs *regs);
/Linux-v5.10/arch/powerpc/platforms/pseries/
Drtas-fadump.c361 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in rtas_fadump_build_cpu_notes()
366 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in rtas_fadump_build_cpu_notes()
/Linux-v5.10/arch/powerpc/kernel/
Dfadump.c740 u32 *fadump_regs_to_elf_notes(u32 *buf, struct pt_regs *regs) in fadump_regs_to_elf_notes() function