Home
last modified time | relevance | path

Searched refs:write_elf32_qemunote (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/core/
H A Dcpu-sysemu.c86 if (!cc->sysemu_ops->write_elf32_qemunote) { in cpu_write_elf32_qemunote()
89 return (*cc->sysemu_ops->write_elf32_qemunote)(f, cpu, opaque); in cpu_write_elf32_qemunote()
/openbmc/qemu/include/hw/core/
H A Dsysemu-cpu-ops.h67 int (*write_elf32_qemunote)(WriteCoreDumpFunction f, CPUState *cpu, member
/openbmc/qemu/target/i386/
H A Dcpu.c8568 .write_elf32_qemunote = x86_cpu_write_elf32_qemunote,