Home
last modified time | relevance | path

Searched refs:write_elf64_note (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/core/
H A Dcpu-sysemu.c119 if (!cc->sysemu_ops->write_elf64_note) { in cpu_write_elf64_note()
122 return (*cc->sysemu_ops->write_elf64_note)(f, cpu, cpuid, opaque); in cpu_write_elf64_note()
/openbmc/qemu/include/hw/core/
H A Dsysemu-cpu-ops.h61 int (*write_elf64_note)(WriteCoreDumpFunction f, CPUState *cpu, member
/openbmc/qemu/target/s390x/
H A Dcpu-sysemu.c163 .write_elf64_note = s390_cpu_write_elf64_note,
/openbmc/qemu/target/loongarch/
H A Dcpu.c814 .write_elf64_note = loongarch_cpu_write_elf64_note,
/openbmc/qemu/target/arm/
H A Dcpu.c2666 .write_elf64_note = arm_cpu_write_elf64_note,
/openbmc/qemu/target/riscv/
H A Dcpu.c2747 .write_elf64_note = riscv_cpu_write_elf64_note,
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7409 .write_elf64_note = ppc64_cpu_write_elf64_note,
/openbmc/qemu/target/i386/
H A Dcpu.c8567 .write_elf64_note = x86_cpu_write_elf64_note,