Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Darch_dump.c220 void (*note_contents_func)(NoteFuncArg *arg, PowerPCCPU *cpu, int id); member
268 for (nf = note_func; nf->note_contents_func; nf++) { in cpu_get_note_size()
286 for (nf = note_func; nf->note_contents_func; nf++) { in ppc_write_all_elf_notes()
291 (*nf->note_contents_func)(&arg, cpu, id); in ppc_write_all_elf_notes()
/openbmc/qemu/target/s390x/
H A Darch_dump.c201 void (*note_contents_func)(Note *note, S390CPU *cpu, int id); member
237 for (nf = funcs; nf->note_contents_func; nf++) { in s390x_write_elf64_notes()
259 (*nf->note_contents_func)(notep, cpu, id); in s390x_write_elf64_notes()
484 for (nf = note_core; nf->note_contents_func; nf++) { in cpu_get_note_size()
487 for (nf = note_linux; nf->note_contents_func; nf++) { in cpu_get_note_size()