Home
last modified time | relevance | path

Searched defs:LOG_DISAS (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dtranslate.h194 #define LOG_DISAS(...) \ macro
/openbmc/qemu/target/alpha/
H A Dtranslate.c39 # define LOG_DISAS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__) macro
41 # define LOG_DISAS(...) do { } while (0) macro
/openbmc/qemu/target/ppc/
H A Dtranslate.c52 # define LOG_DISAS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__) macro
54 # define LOG_DISAS(...) do { } while (0) macro
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c26 # define LOG_DISAS(...) qemu_log(__VA_ARGS__) macro
28 # define LOG_DISAS(...) do { } while (0) macro