Home
last modified time | relevance | path

Searched refs:CPU_LOG_TB_CPU (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dlog.h24 #define CPU_LOG_TB_CPU (1 << 8) macro
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c299 if (qemu_loglevel_mask(CPU_LOG_TB_CPU)) { in log_cpu_exec()
429 if (qemu_loglevel_mask(CPU_LOG_TB_CPU | CPU_LOG_EXEC)) { in HELPER()
453 if (qemu_loglevel_mask(CPU_LOG_TB_CPU | CPU_LOG_EXEC)) { in cpu_tb_exec()
/openbmc/qemu/util/
H A Dlog.c477 { CPU_LOG_TB_CPU, "cpu",
/openbmc/qemu/target/hexagon/
H A Dtranslate.c1055 if (hex_cpu->lldb_compat && qemu_loglevel_mask(CPU_LOG_TB_CPU)) { in hexagon_tr_translate_packet()