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.c40 # define LOG_DISAS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__) macro
42 # define LOG_DISAS(...) do { } while (0) macro
/openbmc/qemu/target/ppc/
H A Dtranslate.c53 # define LOG_DISAS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__) macro
55 # 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