Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dlog.h38 #define CPU_LOG_TB_VPU (1 << 21) macro
/openbmc/qemu/util/
H A Dlog.c504 { CPU_LOG_TB_VPU, "vpu",
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c310 if (qemu_loglevel_mask(CPU_LOG_TB_VPU)) { in log_cpu_exec()