Searched refs:note_buf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-fadump.c | 423 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, ®s); 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() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-fadump.c | 423 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, ®s); 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() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | rtas-fadump.c | 309 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, ®s); in rtas_fadump_build_cpu_notes() 366 note_buf = fadump_regs_to_elf_notes(note_buf, ®s); in rtas_fadump_build_cpu_notes() 369 final_note(note_buf); in rtas_fadump_build_cpu_notes()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | rtas-fadump.c | 316 u32 num_cpus, *note_buf; in rtas_fadump_build_cpu_notes() local 346 note_buf = (u32 *)fadump_conf->cpu_notes_buf_vaddr; in rtas_fadump_build_cpu_notes() 368 note_buf = fadump_regs_to_elf_notes(note_buf, ®s); in rtas_fadump_build_cpu_notes() 373 note_buf = fadump_regs_to_elf_notes(note_buf, ®s); in rtas_fadump_build_cpu_notes() 376 final_note(note_buf); in rtas_fadump_build_cpu_notes()
|
Completed in 4 milliseconds