HomeSort by relevance Sort by last modified time
    Searched refs:qemu_log (Results 1 - 17 of 17) sorted by null

  /external/qemu/
qemu-log.h 16 /* Returns true if qemu_log() will really write somewhere
29 #define qemu_log(...) do { \ macro
translate-all.c 163 qemu_log("OUT: [size=%d]\n", *gen_code_size_ptr);
165 qemu_log("\n");
exec.c 1059 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.cpp 229 static void qemu_log(int prio, const char* fmt, ...);
294 qemu_log(ANDROID_LOG_DEBUG, (format), ##__VA_ARGS__); \
302 qemu_log(ANDROID_LOG_ERROR, (format), ##__VA_ARGS__); \
310 qemu_log(ANDROID_LOG_INFO, (format), ##__VA_ARGS__); \
492 static void qemu_log(int prio, const char* fmt, ...) { function
    [all...]
  /external/qemu/hw/
mips_timer.c 87 qemu_log("%s\n", __func__);
  /external/qemu/target-mips/
helper.c 124 qemu_log("user mode %d h %08x\n", user_mode, env->hflags);
202 qemu_log(TARGET_FMT_lx " %d %d => " TARGET_FMT_lx " %d (%d)\n",
452 qemu_log("%s pc " TARGET_FMT_lx " ad " TARGET_FMT_lx " rw %d mmu_idx %d smmu %d\n",
466 qemu_log("%s address=" TARGET_FMT_lx " ret %d physical " TARGET_FMT_plx " prot %d\n",
599 qemu_log("%s enter: PC " TARGET_FMT_lx " EPC " TARGET_FMT_lx " %s exception\n",
794 qemu_log("Invalid MIPS exception %d. Exiting\n", env->exception_index);
799 qemu_log("%s: PC " TARGET_FMT_lx " EPC " TARGET_FMT_lx " cause %d\n"
op_helper.c 32 qemu_log("%s: %d %d\n", __func__, exception, error_code);
1164 qemu_log("Status %08x (%08x) => %08x (%08x) Cause %08x",
1169 case MIPS_HFLAG_UM: qemu_log(", UM\n"); break;
1170 case MIPS_HFLAG_SM: qemu_log(", SM\n"); break;
1171 case MIPS_HFLAG_KM: qemu_log("\n"); break;
    [all...]
translate.c     [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 471 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...]

Completed in 476 milliseconds