/external/qemu/ |
qemu-log.h | 16 /* Returns true if qemu_log() will really write somewhere 29 #define qemu_log(...) do { \ macro
|
translate-all.c | 162 qemu_log("OUT: [size=%d]\n", *gen_code_size_ptr); 164 qemu_log("\n");
|
exec.c | 1058 qemu_log("modifying code at 0x%x size=%d EIP=%x PC=%08x\n", [all...] |
net-android.c | [all...] |
net.c | [all...] |
/bionic/libc/bionic/ |
malloc_debug_qemu.c | 229 static void qemu_log(int prio, const char* fmt, ...); 295 qemu_log(ANDROID_LOG_DEBUG, (format), ##__VA_ARGS__ ); \ 304 qemu_log(ANDROID_LOG_ERROR, (format), ##__VA_ARGS__ ); \ 313 qemu_log(ANDROID_LOG_INFO, (format), ##__VA_ARGS__ ); \ 515 qemu_log(int prio, const char* fmt, ...) function [all...] |
/external/qemu/tcg/ |
tcg.c | [all...] |
/external/qemu/target-i386/ |
op_helper.c | 41 qemu_log("raise_exception line=%d\n", __LINE__);\ [all...] |
translate.c | [all...] |
helper.c | 470 qemu_log("CPU Reset (CPU %d)\n", env->cpu_index); [all...] |
/external/qemu/block/ |
raw-posix.c | 76 { qemu_log(formatCstr, ## __VA_ARGS__); qemu_log_flush(); } } while (0) [all...] |
/external/qemu/target-arm/ |
translate.c | [all...] |
helper.c | 266 qemu_log("CPU Reset (CPU %d)\n", env->cpu_index); [all...] |