Home
last modified time | relevance | path

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

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