Home
last modified time | relevance | path

Searched refs:CPU_DUMP_VPU (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/core/
H A Dcpu.h684 CPU_DUMP_VPU = 0x00080000, enumerator
/qemu/accel/tcg/
H A Dcpu-exec.c283 flags |= CPU_DUMP_VPU; in log_cpu_exec()
/qemu/target/riscv/
H A Dcpu.c604 if (riscv_has_ext(env, RVV) && (flags & CPU_DUMP_VPU)) { in riscv_cpu_dump_state()