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

/linux-master/arch/powerpc/include/asm/
H A Dfadump-internal.h137 u32 *__init fadump_regs_to_elf_notes(u32 *buf, struct pt_regs *regs);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-fadump.c474 note_buf = fadump_regs_to_elf_notes(note_buf,
493 note_buf = fadump_regs_to_elf_notes(note_buf, &regs);
510 note_buf = fadump_regs_to_elf_notes(note_buf, &(fdh->regs));
/linux-master/arch/powerpc/platforms/pseries/
H A Drtas-fadump.c368 note_buf = fadump_regs_to_elf_notes(note_buf, &regs);
373 note_buf = fadump_regs_to_elf_notes(note_buf, &regs);
/linux-master/arch/powerpc/kernel/
H A Dfadump.c753 u32 *__init fadump_regs_to_elf_notes(u32 *buf, struct pt_regs *regs) function

Completed in 168 milliseconds