Home
last modified time | relevance | path

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

/external/qemu/include/qemu/
Dlog.h26 static inline bool qemu_log_enabled(void) in qemu_log_enabled() function
86 if (qemu_log_enabled()) { in log_cpu_state()
/external/qemu/target-mips/
Dhelper.c594 if (qemu_log_enabled() && env->exception_index != EXCP_EXT_INTERRUPT) { in do_interrupt()
799 if (qemu_log_enabled() && env->exception_index != EXCP_EXT_INTERRUPT) { in do_interrupt()
/external/qemu/block/
Draw-posix.c75 #define DEBUG_BLOCK_PRINT(formatCstr, ...) do { if (qemu_log_enabled()) \
/external/qemu/
Dexec.c485 if (qemu_log_enabled()) { in cpu_abort()