Searched refs:write_elf64_note (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | cpu-sysemu.c | 119 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 D | sysemu-cpu-ops.h | 61 int (*write_elf64_note)(WriteCoreDumpFunction f, CPUState *cpu, member
|
/openbmc/qemu/target/s390x/ |
H A D | cpu-sysemu.c | 163 .write_elf64_note = s390_cpu_write_elf64_note,
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 814 .write_elf64_note = loongarch_cpu_write_elf64_note,
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 2666 .write_elf64_note = arm_cpu_write_elf64_note,
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 2747 .write_elf64_note = riscv_cpu_write_elf64_note,
|
/openbmc/qemu/target/ppc/ |
H A D | cpu_init.c | 7409 .write_elf64_note = ppc64_cpu_write_elf64_note,
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 8567 .write_elf64_note = x86_cpu_write_elf64_note,
|