Searched refs:qemu_log_enabled (Results 1 – 4 of 4) sorted by relevance
18 #define qemu_log_enabled() (logfile != NULL) macro
1710 if (qemu_log_enabled()) { in cpu_abort()
593 if (qemu_log_enabled() && env->exception_index != EXCP_EXT_INTERRUPT) { in do_interrupt()798 if (qemu_log_enabled() && env->exception_index != EXCP_EXT_INTERRUPT) { in do_interrupt()
75 #define DEBUG_BLOCK_PRINT(formatCstr, ...) do { if (qemu_log_enabled()) \