Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Dfadump.c599 u32 num_cpus, *note_buf; in fadump_build_cpu_notes() local
627 note_buf = fadump_cpu_notes_buf_alloc(fw_dump.cpu_notes_buf_size); in fadump_build_cpu_notes()
628 if (!note_buf) { in fadump_build_cpu_notes()
633 fw_dump.cpu_notes_buf = __pa(note_buf); in fadump_build_cpu_notes()
636 (num_cpus * sizeof(note_buf_t)), note_buf); in fadump_build_cpu_notes()
656 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in fadump_build_cpu_notes()
661 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in fadump_build_cpu_notes()
664 fadump_final_note(note_buf); in fadump_build_cpu_notes()