Home | History | Annotate | Download | only in qemu

Lines Matching refs:TARGET_FMT_lx

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);