Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powernv/
H A 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()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Drtas-fadump.c316 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, &regs); in rtas_fadump_build_cpu_notes()
373 note_buf = fadump_regs_to_elf_notes(note_buf, &regs); in rtas_fadump_build_cpu_notes()
376 final_note(note_buf); in rtas_fadump_build_cpu_notes()
/openbmc/qemu/dump/
H A Ddump.c906 memcpy(s->note_buf + s->note_buf_offset, buf, size); in buf_write_note()
1046 s->note_buf = g_malloc0(s->note_size); in create_header32()
1054 if (write_buffer(s, offset_note, s->note_buf, in create_header32()
1071 g_free(s->note_buf); in create_header32()
1157 s->note_buf = g_malloc0(s->note_size); in create_header64()
1166 if (write_buffer(s, offset_note, s->note_buf, in create_header64()
1183 g_free(s->note_buf); in create_header64()
/openbmc/qemu/include/sysemu/
H A Ddump.h189 uint8_t *note_buf; /* buffer for notes */ member