Home
last modified time | relevance | path

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

/qemu/hw/core/
H A Dcpu-sysemu.c108 if (!cc->sysemu_ops->write_elf64_qemunote) { in cpu_write_elf64_qemunote()
111 return (*cc->sysemu_ops->write_elf64_qemunote)(f, cpu, opaque); in cpu_write_elf64_qemunote()
/qemu/include/hw/core/
H A Dsysemu-cpu-ops.h73 int (*write_elf64_qemunote)(WriteCoreDumpFunction f, CPUState *cpu, member
/qemu/target/i386/
H A Dcpu.c8335 .write_elf64_qemunote = x86_cpu_write_elf64_qemunote,