Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/platforms/powernv/
Dopal-fadump.c474 note_buf = fadump_regs_to_elf_notes(note_buf, in opal_fadump_build_cpu_notes()
493 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in opal_fadump_build_cpu_notes()
510 note_buf = fadump_regs_to_elf_notes(note_buf, &(fdh->regs)); in opal_fadump_build_cpu_notes()
/Linux-v6.1/arch/powerpc/include/asm/
Dfadump-internal.h137 u32 *__init fadump_regs_to_elf_notes(u32 *buf, struct pt_regs *regs);
/Linux-v6.1/arch/powerpc/platforms/pseries/
Drtas-fadump.c368 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in rtas_fadump_build_cpu_notes()
373 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in rtas_fadump_build_cpu_notes()
/Linux-v6.1/arch/powerpc/kernel/
Dfadump.c752 u32 *__init fadump_regs_to_elf_notes(u32 *buf, struct pt_regs *regs) in fadump_regs_to_elf_notes() function