HomeSort by relevance Sort by last modified time
    Searched refs:TARGET_FMT_lx (Results 1 - 17 of 17) 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 687 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 639 qemu_log_mask(CPU_LOG_EXEC, "Trace 0x%08lx [" TARGET_FMT_lx "] %s\n",
    [all...]
  /external/qemu/target-mips/
helper.c 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",
799 qemu_log("%s: PC " TARGET_FMT_lx " EPC " TARGET_FMT_lx " cause %d\n"
800 " S %08x C %08x A " TARGET_FMT_lx " D " TARGET_FMT_lx "\n"
    [all...]
translate.c 506 TARGET_FMT_lx ": %08x " fmt "\n", \
    [all...]
op_helper.c     [all...]
  /external/qemu/hw/
android_mips.c 125 sprintf (kernel_cmd, "%s rd_start=0x" TARGET_FMT_lx " rd_size=%li",
135 sprintf (phys_ram_base+cmdline, "%s rd_start=0x" TARGET_FMT_lx " rd_size=%li",
mips_r4k.c 135 snprintf((char *)params_buf + 8, 256, "rd_start=0x" TARGET_FMT_lx " rd_size=%li %s",
  /external/qemu/target-i386/
op_helper.c 869 printf("TR: base=" TARGET_FMT_lx " limit=%x\n",
    [all...]
helper.c 916 printf("CR3 update: CR3=" TARGET_FMT_lx "\n", new_cr3);
    [all...]
translate.c     [all...]

Completed in 275 milliseconds