Searched refs:CPU_DUMP_FPU (Results 1 – 20 of 20) sorted by relevance
| /openbmc/qemu/ |
| H A D | cpu-target.c | 62 cpu_dump_state(cpu, stderr, CPU_DUMP_FPU | CPU_DUMP_CCOP); in cpu_abort() 69 cpu_dump_state(cpu, logfile, CPU_DUMP_FPU | CPU_DUMP_CCOP); in cpu_abort()
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu-apic.c | 111 x86_cpu_dump_local_apic_state(cs, CPU_DUMP_FPU); in hmp_info_local_apic()
|
| H A D | cpu-dump.c | 481 if (flags & CPU_DUMP_FPU) { in x86_cpu_dump_state()
|
| H A D | cpu.c | 10073 cc->reset_dump_flags = CPU_DUMP_FPU | CPU_DUMP_CCOP; in x86_cpu_common_class_init()
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu-dump.c | 52 if (flags & CPU_DUMP_FPU) { in s390_cpu_dump_state()
|
| /openbmc/qemu/monitor/ |
| H A D | hmp-cmds-target.c | 105 cpu_dump_state(cs, NULL, CPU_DUMP_FPU | CPU_DUMP_VPU); in hmp_info_registers() 120 cpu_dump_state(cs, NULL, CPU_DUMP_FPU | CPU_DUMP_VPU); in hmp_info_registers()
|
| /openbmc/qemu/target/hexagon/ |
| H A D | cpu.c | 226 if (flags & CPU_DUMP_FPU) { in hexagon_dump() 245 hexagon_dump(env, stdout, CPU_DUMP_FPU); in hexagon_debug()
|
| /openbmc/qemu/target/hppa/ |
| H A D | helper.c | 204 if (flags & CPU_DUMP_FPU) { in hppa_cpu_dump_state()
|
| /openbmc/qemu/target/alpha/ |
| H A D | helper.c | 503 if (flags & CPU_DUMP_FPU) { in alpha_cpu_dump_state()
|
| /openbmc/qemu/include/hw/core/ |
| H A D | cpu.h | 683 CPU_DUMP_FPU = 0x00020000, enumerator
|
| /openbmc/qemu/system/ |
| H A D | cpus.c | 128 cpu_dump_state(cpu, stderr, CPU_DUMP_FPU); in hw_error()
|
| /openbmc/qemu/target/mips/ |
| H A D | cpu.c | 113 if ((flags & CPU_DUMP_FPU) && (env->hflags & MIPS_HFLAG_FPU)) { in mips_cpu_dump_state()
|
| /openbmc/qemu/target/ppc/ |
| H A D | tcg-excp_helper.c | 402 cpu_dump_state(cs, f, CPU_DUMP_FPU | CPU_DUMP_CCOP); in powerpc_checkstop()
|
| H A D | cpu_init.c | 7657 if (flags & CPU_DUMP_FPU) { in ppc_cpu_dump_state()
|
| /openbmc/qemu/accel/tcg/ |
| H A D | cpu-exec.c | 280 flags |= CPU_DUMP_FPU; in log_cpu_exec()
|
| /openbmc/qemu/target/sparc/ |
| H A D | cpu.c | 653 if (flags & CPU_DUMP_FPU) { in sparc_cpu_dump_state()
|
| /openbmc/qemu/target/loongarch/ |
| H A D | cpu.c | 874 if (flags & CPU_DUMP_FPU) { in loongarch_cpu_dump_state()
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.c | 1240 if (!(flags & CPU_DUMP_FPU)) { in aarch64_cpu_dump_state() 1416 if (flags & CPU_DUMP_FPU) { in arm_cpu_dump_state()
|
| /openbmc/qemu/target/riscv/ |
| H A D | cpu.c | 592 if (flags & CPU_DUMP_FPU) { in riscv_cpu_dump_state()
|
| /openbmc/qemu/target/xtensa/ |
| H A D | translate.c | 1280 if ((flags & CPU_DUMP_FPU) && in xtensa_cpu_dump_state() 1292 if ((flags & CPU_DUMP_FPU) && in xtensa_cpu_dump_state()
|