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

  /external/qemu/tcg/
tcg.c 343 qemu_log("PROLOGUE: [size=%zu]\n", size);
345 qemu_log("\n");
1116 qemu_log("\n");
1118 qemu_log(" ---- 0x%" PRIx64, pc);
1132 qemu_log(" %s ", def->name);
1135 qemu_log("%s",
1139 qemu_log(",$0x%" TCG_PRIlx, args[nb_oargs + nb_iargs]);
1141 qemu_log(",$%d", nb_oargs);
1143 qemu_log(",");
1144 qemu_log("%s", tcg_get_arg_str_idx(s, buf, sizeof(buf)
    [all...]
  /external/qemu/include/qemu/
log.h 24 /* Returns true if qemu_log() will really write somewhere
55 void GCC_FMT_ATTR(1, 2) qemu_log(const char *fmt, ...);
  /external/qemu/target-i386/
excp_helper.c 28 qemu_log("raise_exception line=%d\n", __LINE__);\
seg_helper.c     [all...]
translate.c     [all...]
helper.c 471 qemu_log("CPU Reset (CPU %d)\n", cpu->cpu_index);
    [all...]
  /external/qemu/hw/mips/
cputimer.c 87 qemu_log("%s\n", __func__);
  /external/qemu/
qemu-log.c 28 void qemu_log(const char *fmt, ...) function
translate-all.c 187 qemu_log("OUT: [size=%d]\n", *gen_code_size_ptr);
189 qemu_log("\n");
    [all...]
exec.c 486 qemu_log("qemu: fatal: ");
488 qemu_log("\n");
    [all...]
  /bionic/libc/bionic/
malloc_debug_qemu.cpp 230 static void qemu_log(int prio, const char* fmt, ...);
295 qemu_log(ANDROID_LOG_DEBUG, (format), ##__VA_ARGS__); \
303 qemu_log(ANDROID_LOG_ERROR, (format), ##__VA_ARGS__); \
311 qemu_log(ANDROID_LOG_INFO, (format), ##__VA_ARGS__); \
496 static void qemu_log(int prio, const char* fmt, ...) { function
    [all...]
  /external/qemu/target-mips/
helper.c 123 qemu_log("user mode %d h %08x\n", user_mode, env->hflags);
201 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\n",
466 qemu_log("%s address=" TARGET_FMT_lx " ret %d physical " TARGET_FMT_plx " prot %d\n",
600 qemu_log("%s enter: PC " TARGET_FMT_lx " EPC " TARGET_FMT_lx " %s exception\n",
795 qemu_log("Invalid MIPS exception %d. Exiting\n", env->exception_index);
800 qemu_log("%s: PC " TARGET_FMT_lx " EPC " TARGET_FMT_lx " cause %d\n"
op_helper.c 90 qemu_log("%s: %d %d\n", __func__, exception, error_code);
    [all...]
translate.c     [all...]
  /external/qemu/block/
raw-posix.c 76 { qemu_log(formatCstr, ## __VA_ARGS__); qemu_log_flush(); } } while (0)
    [all...]
  /external/qemu/net/
net-android.c     [all...]
net.c     [all...]
  /external/qemu/target-arm/
translate.c     [all...]
helper.c 302 qemu_log("CPU Reset (CPU %d)\n", cpu->cpu_index);
    [all...]

Completed in 7013 milliseconds