Searched refs:CPU_DUMP_FPU (Results 1 – 20 of 20) sorted by relevance
/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 | 8590 cc->reset_dump_flags = CPU_DUMP_FPU | CPU_DUMP_CCOP; in x86_cpu_common_class_init()
|
/openbmc/qemu/monitor/ |
H A D | hmp-cmds-target.c | 104 cpu_dump_state(cs, NULL, CPU_DUMP_FPU); in hmp_info_registers() 119 cpu_dump_state(cs, NULL, CPU_DUMP_FPU); in hmp_info_registers()
|
/openbmc/qemu/ |
H A D | cpu-target.c | 349 cpu_dump_state(cpu, stderr, CPU_DUMP_FPU | CPU_DUMP_CCOP); in cpu_abort() 356 cpu_dump_state(cpu, logfile, CPU_DUMP_FPU | CPU_DUMP_CCOP); in cpu_abort()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu-dump.c | 52 if (flags & CPU_DUMP_FPU) { in s390_cpu_dump_state()
|
/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 | 184 if (flags & CPU_DUMP_FPU) { in hppa_cpu_dump_state()
|
/openbmc/qemu/target/alpha/ |
H A D | helper.c | 501 if (flags & CPU_DUMP_FPU) { in alpha_cpu_dump_state()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 692 CPU_DUMP_FPU = 0x00020000, enumerator
|
/openbmc/qemu/system/ |
H A D | cpus.c | 127 cpu_dump_state(cpu, stderr, CPU_DUMP_FPU); in hw_error()
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 112 if ((flags & CPU_DUMP_FPU) && (env->hflags & MIPS_HFLAG_FPU)) { in mips_cpu_dump_state()
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | 305 flags |= CPU_DUMP_FPU; in log_cpu_exec()
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 650 if (flags & CPU_DUMP_FPU) { in sparc_cpu_dump_state()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 782 if (flags & CPU_DUMP_FPU) { in loongarch_cpu_dump_state()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 1273 if (!(flags & CPU_DUMP_FPU)) { in aarch64_cpu_dump_state() 1458 if (flags & CPU_DUMP_FPU) { in arm_cpu_dump_state()
|
/openbmc/qemu/target/ppc/ |
H A D | excp_helper.c | 437 cpu_dump_state(cs, f, CPU_DUMP_FPU | CPU_DUMP_CCOP); in powerpc_checkstop()
|
H A D | cpu_init.c | 7584 if (flags & CPU_DUMP_FPU) { in ppc_cpu_dump_state()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 829 if (flags & CPU_DUMP_FPU) { in riscv_cpu_dump_state()
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 1279 if ((flags & CPU_DUMP_FPU) && in xtensa_cpu_dump_state() 1291 if ((flags & CPU_DUMP_FPU) && in xtensa_cpu_dump_state()
|