Searched refs:CPU_DUMP_CCOP (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.h | 28 log_cpu_state_mask(CPU_LOG_PCALL, (cpu), CPU_DUMP_CCOP)
|
H A D | seg_helper.c | 1188 log_cpu_state(CPU(cpu), CPU_DUMP_CCOP); in do_interrupt_all()
|
/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/i386/tcg/sysemu/ |
H A D | smm_helper.c | 44 log_cpu_state_mask(CPU_LOG_INT, CPU(cpu), CPU_DUMP_CCOP); in do_smm_enter() 318 log_cpu_state_mask(CPU_LOG_INT, CPU(cpu), CPU_DUMP_CCOP); in helper_rsm()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 688 CPU_DUMP_CCOP = 0x00040000, enumerator
|
/openbmc/qemu/target/i386/ |
H A D | cpu-dump.c | 458 if (flags & CPU_DUMP_CCOP) { in x86_cpu_dump_state()
|
H A D | cpu.c | 8403 cc->reset_dump_flags = CPU_DUMP_FPU | CPU_DUMP_CCOP; in x86_cpu_common_class_init()
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | 308 flags |= CPU_DUMP_CCOP; in log_cpu_exec()
|
/openbmc/qemu/target/ppc/ |
H A D | excp_helper.c | 443 cpu_dump_state(cs, f, CPU_DUMP_FPU | CPU_DUMP_CCOP); in powerpc_checkstop()
|