Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dlog.h19 #define CPU_LOG_TB_OP (1 << 2) macro
/openbmc/qemu/accel/tcg/
H A Dtranslate-all.c371 qemu_log_mask(CPU_LOG_TB_OP | CPU_LOG_TB_OP_OPT, in tb_gen_code()
390 qemu_log_mask(CPU_LOG_TB_OP | CPU_LOG_TB_OP_OPT, in tb_gen_code()
414 qemu_log_mask(CPU_LOG_TB_OP | CPU_LOG_TB_OP_OPT, in tb_gen_code()
/openbmc/qemu/util/
H A Dlog.c463 { CPU_LOG_TB_OP, "op",
/openbmc/qemu/tcg/
H A Dtcg.c6095 if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP) in tcg_gen_code()
6114 qemu_log_mask(CPU_LOG_TB_OP, in tcg_gen_code()