Searched defs:LOG_DISAS (Results 1 – 4 of 4) sorted by relevance
194 #define LOG_DISAS(...) \ macro
39 # define LOG_DISAS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__) macro41 # define LOG_DISAS(...) do { } while (0) macro
52 # define LOG_DISAS(...) qemu_log_mask(CPU_LOG_TB_IN_ASM, ## __VA_ARGS__) macro54 # define LOG_DISAS(...) do { } while (0) macro
26 # define LOG_DISAS(...) qemu_log(__VA_ARGS__) macro28 # define LOG_DISAS(...) do { } while (0) macro