| /openbmc/qemu/hw/core/ |
| H A D | cpu-common.c | 105 if (cpu->cc->dump_state) { in cpu_dump_state() 107 cpu->cc->dump_state(cpu, f, flags); in cpu_dump_state()
|
| /openbmc/qemu/target/tricore/ |
| H A D | cpu.c | 218 cc->dump_state = tricore_cpu_dump_state; in tricore_cpu_class_init()
|
| /openbmc/qemu/target/rx/ |
| H A D | cpu.c | 249 cc->dump_state = rx_cpu_dump_state; in rx_cpu_class_init()
|
| /openbmc/qemu/target/alpha/ |
| H A D | cpu.c | 284 cc->dump_state = alpha_cpu_dump_state; in alpha_cpu_class_init()
|
| /openbmc/qemu/target/openrisc/ |
| H A D | cpu.c | 289 cc->dump_state = openrisc_cpu_dump_state; in openrisc_cpu_class_init()
|
| /openbmc/qemu/target/hppa/ |
| H A D | cpu.c | 296 cc->dump_state = hppa_cpu_dump_state; in hppa_cpu_class_init()
|
| /openbmc/qemu/target/sh4/ |
| H A D | cpu.c | 323 cc->dump_state = superh_cpu_dump_state; in superh_cpu_class_init()
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu.c | 405 cc->dump_state = s390_cpu_dump_state; in s390_cpu_class_init()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | cpu.c | 346 cc->dump_state = xtensa_cpu_dump_state; in xtensa_cpu_class_init()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | pxa25x_udc.c | 154 dump_state(struct pxa25x_udc *dev) in dump_state() function 194 static inline void dump_state(struct pxa25x_udc *dev) { } in dump_state() function 1972 dump_state(dev); in usb_gadget_register_driver() 2022 dump_state(dev); in usb_gadget_unregister_driver()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | cpu.c | 368 cc->dump_state = hexagon_dump_state; in hexagon_cpu_class_init()
|
| /openbmc/qemu/target/avr/ |
| H A D | cpu.c | 277 cc->dump_state = avr_cpu_dump_state; in avr_cpu_class_init()
|
| /openbmc/qemu/include/hw/core/ |
| H A D | cpu.h | 162 void (*dump_state)(CPUState *cpu, FILE *, int flags); member
|
| /openbmc/qemu/target/microblaze/ |
| H A D | cpu.c | 473 cc->dump_state = mb_cpu_dump_state; in mb_cpu_class_init()
|
| /openbmc/qemu/target/m68k/ |
| H A D | cpu.c | 644 cc->dump_state = m68k_cpu_dump_state; in m68k_cpu_class_init()
|
| /openbmc/qemu/target/mips/ |
| H A D | cpu.c | 610 cc->dump_state = mips_cpu_dump_state; in mips_cpu_class_init()
|
| /openbmc/qemu/target/sparc/ |
| H A D | cpu.c | 1079 cc->dump_state = sparc_cpu_dump_state; in sparc_cpu_class_init()
|
| /openbmc/qemu/target/loongarch/ |
| H A D | cpu.c | 948 cc->dump_state = loongarch_cpu_dump_state; in loongarch_cpu_class_init()
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.c | 2756 cc->dump_state = arm_cpu_dump_state; in arm_cpu_class_init()
|
| /openbmc/qemu/target/riscv/ |
| H A D | cpu.c | 2695 cc->dump_state = riscv_cpu_dump_state; in riscv_cpu_common_class_init()
|
| /openbmc/qemu/target/ppc/ |
| H A D | cpu_init.c | 7533 cc->dump_state = ppc_cpu_dump_state; in ppc_cpu_class_init()
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu.c | 10078 cc->dump_state = x86_cpu_dump_state; in x86_cpu_common_class_init()
|