Searched refs:write_elf64_note (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/include/hw/core/ |
| H A D | sysemu-cpu-ops.h | 65 int (*write_elf64_note)(WriteCoreDumpFunction f, CPUState *cpu, member
|
| /openbmc/qemu/hw/core/ |
| H A D | cpu-system.c | 125 if (!cpu->cc->sysemu_ops->write_elf64_note) { in cpu_write_elf64_note() 128 return (*cpu->cc->sysemu_ops->write_elf64_note)(f, cpu, cpuid, opaque); in cpu_write_elf64_note()
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu-system.c | 181 .write_elf64_note = s390_cpu_write_elf64_note,
|
| /openbmc/qemu/target/loongarch/ |
| H A D | cpu.c | 913 .write_elf64_note = loongarch_cpu_write_elf64_note,
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.c | 2677 .write_elf64_note = arm_cpu_write_elf64_note,
|
| /openbmc/qemu/target/riscv/ |
| H A D | cpu.c | 2675 .write_elf64_note = riscv_cpu_write_elf64_note,
|
| /openbmc/qemu/target/ppc/ |
| H A D | cpu_init.c | 7477 .write_elf64_note = ppc64_cpu_write_elf64_note,
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu.c | 10050 .write_elf64_note = x86_cpu_write_elf64_note,
|