Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dlog.h20 #define CPU_LOG_TB_OP_OPT (1 << 3) 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.c465 { CPU_LOG_TB_OP_OPT, "op_opt",
/openbmc/qemu/tcg/
H A Dtcg.c6151 if (unlikely(qemu_loglevel_mask(CPU_LOG_TB_OP_OPT) in tcg_gen_code()