Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/powernv/
Dopal-fadump.c415 u32 num_cpus = 1, *note_buf; in opal_fadump_build_cpu_notes() local
431 note_buf = (u32 *)fadump_conf->cpu_notes_buf_vaddr; in opal_fadump_build_cpu_notes()
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, &regs); in opal_fadump_build_cpu_notes()
495 if (fadump_conf->cpu_notes_buf_vaddr == (u64)note_buf) { in opal_fadump_build_cpu_notes()
502 note_buf = fadump_regs_to_elf_notes(note_buf, &(fdh->regs)); in opal_fadump_build_cpu_notes()
505 final_note(note_buf); in opal_fadump_build_cpu_notes()
/Linux-v5.4/arch/powerpc/platforms/pseries/
Drtas-fadump.c309 u32 num_cpus, *note_buf; in rtas_fadump_build_cpu_notes() local
339 note_buf = (u32 *)fadump_conf->cpu_notes_buf_vaddr; in rtas_fadump_build_cpu_notes()
361 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in rtas_fadump_build_cpu_notes()
366 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in rtas_fadump_build_cpu_notes()
369 final_note(note_buf); in rtas_fadump_build_cpu_notes()