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

  /external/qemu/
cpu-defs.h 44 #define TARGET_FMT_lx "%08x"
50 #define TARGET_FMT_lx "%016" PRIx64
disas.c 225 fprintf(out, "0x" TARGET_FMT_lx
231 fprintf(out, "0x" TARGET_FMT_lx ": ", pc);
424 monitor_printf(mon, "0x" TARGET_FMT_lx
430 monitor_printf(mon, "0x" TARGET_FMT_lx ": ", pc);
poison.h 29 #pragma GCC poison TARGET_FMT_lx
monitor.c 407 monitor_printf(mon, " pc=0x" TARGET_FMT_lx,
410 monitor_printf(mon, " nip=0x" TARGET_FMT_lx, env->nip);
412 monitor_printf(mon, " pc=0x" TARGET_FMT_lx " npc=0x" TARGET_FMT_lx,
415 monitor_printf(mon, " PC=0x" TARGET_FMT_lx, env->active_tc.PC);
703 monitor_printf(mon, TARGET_FMT_lx ":", (target_ulong)addr);
    [all...]
exec-all.h 405 cpu_abort(env1, "Trying to execute code outside RAM or ROM at 0x" TARGET_FMT_lx "\n", addr);
gdbstub.c     [all...]
exec.c 686 printf("ERROR invalidate: address=" TARGET_FMT_lx
    [all...]
kqemu.c 255 LOG_INT("kqemu_flush_page: addr=" TARGET_FMT_lx "\n", addr);
cpu-exec.c 616 qemu_log_mask(CPU_LOG_EXEC, "Trace 0x%08lx [" TARGET_FMT_lx "] %s\n",
    [all...]
  /external/qemu/target-i386/
op_helper.c 869 printf("TR: base=" TARGET_FMT_lx " limit=%x\n",
    [all...]
helper.c 910 printf("CR3 update: CR3=" TARGET_FMT_lx "\n", new_cr3);
    [all...]
translate.c     [all...]

Completed in 121 milliseconds