Searched refs:note_buf (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/qemu/dump/ |
H A D | dump.c | 906 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 D | dump.h | 189 uint8_t *note_buf; /* buffer for notes */ member
|