Searched refs:fadump_regs_to_elf_notes (Results 1 – 4 of 4) sorted by relevance
466 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, ®s); in opal_fadump_build_cpu_notes()502 note_buf = fadump_regs_to_elf_notes(note_buf, &(fdh->regs)); in opal_fadump_build_cpu_notes()
142 u32 *fadump_regs_to_elf_notes(u32 *buf, struct pt_regs *regs);
361 note_buf = fadump_regs_to_elf_notes(note_buf, ®s); in rtas_fadump_build_cpu_notes()366 note_buf = fadump_regs_to_elf_notes(note_buf, ®s); in rtas_fadump_build_cpu_notes()
740 u32 *fadump_regs_to_elf_notes(u32 *buf, struct pt_regs *regs) in fadump_regs_to_elf_notes() function