Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dfadump.c744 u32 num_cpus, *note_buf; in fadump_build_cpu_notes() local
772 note_buf = fadump_cpu_notes_buf_alloc(fw_dump.cpu_notes_buf_size); in fadump_build_cpu_notes()
773 if (!note_buf) { in fadump_build_cpu_notes()
778 fw_dump.cpu_notes_buf = __pa(note_buf); in fadump_build_cpu_notes()
781 (num_cpus * sizeof(note_buf_t)), note_buf); in fadump_build_cpu_notes()
801 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in fadump_build_cpu_notes()
806 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in fadump_build_cpu_notes()
809 final_note(note_buf); in fadump_build_cpu_notes()