Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/platforms/powernv/
Dopal-fadump.c423 u32 num_cpus = 1, *note_buf; in opal_fadump_build_cpu_notes() local
439 note_buf = (u32 *)fadump_conf->cpu_notes_buf_vaddr; in opal_fadump_build_cpu_notes()
474 note_buf = fadump_regs_to_elf_notes(note_buf, in opal_fadump_build_cpu_notes()
493 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in opal_fadump_build_cpu_notes()
503 if (fadump_conf->cpu_notes_buf_vaddr == (u64)note_buf) { in opal_fadump_build_cpu_notes()
510 note_buf = fadump_regs_to_elf_notes(note_buf, &(fdh->regs)); in opal_fadump_build_cpu_notes()
513 final_note(note_buf); in opal_fadump_build_cpu_notes()
/linux-6.12.1/arch/powerpc/platforms/pseries/
Drtas-fadump.c366 u32 num_cpus, *note_buf; in rtas_fadump_build_cpu_notes() local
394 note_buf = (u32 *)fadump_conf->cpu_notes_buf_vaddr; in rtas_fadump_build_cpu_notes()
416 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in rtas_fadump_build_cpu_notes()
421 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in rtas_fadump_build_cpu_notes()
424 final_note(note_buf); in rtas_fadump_build_cpu_notes()