Searched refs:TARGET_FMT_lx (Results 1 – 12 of 12) sorted by relevance
/external/qemu/ |
D | disas.c | 225 fprintf(out, "0x" TARGET_FMT_lx in target_disas() 231 fprintf(out, "0x" TARGET_FMT_lx ": ", pc); in target_disas() 424 monitor_printf(mon, "0x" TARGET_FMT_lx in monitor_disas() 430 monitor_printf(mon, "0x" TARGET_FMT_lx ": ", pc); in monitor_disas()
|
D | cpu-defs.h | 44 #define TARGET_FMT_lx "%08x" macro 50 #define TARGET_FMT_lx "%016" PRIx64 macro
|
D | poison.h | 29 #pragma GCC poison TARGET_FMT_lx
|
D | monitor.c | 407 monitor_printf(mon, " pc=0x" TARGET_FMT_lx, in do_info_cpus() 410 monitor_printf(mon, " nip=0x" TARGET_FMT_lx, env->nip); in do_info_cpus() 412 monitor_printf(mon, " pc=0x" TARGET_FMT_lx " npc=0x" TARGET_FMT_lx, in do_info_cpus() 415 monitor_printf(mon, " PC=0x" TARGET_FMT_lx, env->active_tc.PC); in do_info_cpus() 703 monitor_printf(mon, TARGET_FMT_lx ":", (target_ulong)addr); in memory_dump()
|
D | exec-all.h | 405 cpu_abort(env1, "Trying to execute code outside RAM or ROM at 0x" TARGET_FMT_lx "\n", addr); in get_phys_addr_code()
|
D | exec.c | 686 printf("ERROR invalidate: address=" TARGET_FMT_lx in tb_invalidate_check() 1178 printf("protecting code page: 0x" TARGET_FMT_lx "\n", in tb_alloc_page() 1372 TARGET_FMT_lx ", len=" TARGET_FMT_lu "\n", addr, len); in cpu_watchpoint_insert() 1837 printf("tlb_flush_page: " TARGET_FMT_lx "\n", addr); in tlb_flush_page() 2011 printf("tlb_set_page: vaddr=" TARGET_FMT_lx " paddr=0x%08x prot=%x idx=%d smmu=%d pd=0x%08lx\n", in tlb_set_page_exec()
|
D | gdbstub.c | 1985 "T%02xthread:%02x;%swatch:" TARGET_FMT_lx ";", in gdb_vm_state_change() 2034 p += snprintf(p, &buf[sizeof(buf)] - p, TARGET_FMT_lx, addr); in gdb_do_syscall() 2044 p += snprintf(p, &buf[sizeof(buf)] - p, TARGET_FMT_lx "/%x", in gdb_do_syscall()
|
D | kqemu.c | 255 LOG_INT("kqemu_flush_page: addr=" TARGET_FMT_lx "\n", addr); in kqemu_flush_page()
|
D | cpu-exec.c | 616 qemu_log_mask(CPU_LOG_EXEC, "Trace 0x%08lx [" TARGET_FMT_lx "] %s\n", in cpu_exec()
|
/external/qemu/target-i386/ |
D | op_helper.c | 869 printf("TR: base=" TARGET_FMT_lx " limit=%x\n", in get_rsp_from_tss() 1226 …log("%6d: v=%02x e=%04x i=%d cpl=%d IP=%04x:" TARGET_FMT_lx " pc=" TARGET_FMT_lx " SP=%04x:" TARGE… in do_interrupt() 1233 qemu_log(" CR2=" TARGET_FMT_lx, env->cr[2]); in do_interrupt() 1235 qemu_log(" EAX=" TARGET_FMT_lx, EAX); in do_interrupt() 2433 LOG_PCALL("new ss:esp=%04x:%08x param_count=%d ESP=" TARGET_FMT_lx "\n", in helper_lcall_protected() 2621 LOG_PCALL("lret new %04x:" TARGET_FMT_lx " s=%d addend=0x%x\n", in helper_ret_protected() 2673 LOG_PCALL("new ss:esp=%04x:" TARGET_FMT_lx "\n", in helper_ret_protected() 4947 qemu_log_mask(CPU_LOG_TB_IN_ASM, "vmrun! " TARGET_FMT_lx "\n", addr); in helper_vmrun() 5123 …qemu_log_mask(CPU_LOG_TB_IN_ASM, "vmload! " TARGET_FMT_lx "\nFS: %016" PRIx64 " | " TARGET_FMT_lx … in helper_vmload() 5158 …qemu_log_mask(CPU_LOG_TB_IN_ASM, "vmsave! " TARGET_FMT_lx "\nFS: %016" PRIx64 " | " TARGET_FMT_lx … in helper_vmsave() [all …]
|
D | helper.c | 910 printf("CR3 update: CR3=" TARGET_FMT_lx "\n", new_cr3); in cpu_x86_update_cr3() 987 printf("MMU fault: addr=" TARGET_FMT_lx " w=%d u=%d eip=" TARGET_FMT_lx "\n", in cpu_x86_handle_mmu_fault()
|
D | translate.c | 7799 qemu_log("0x%04x: " TARGET_FMT_lx "\n", i, gen_opc_pc[i]); in restore_state_to_opc() 7802 qemu_log("pc_pos=0x%x eip=" TARGET_FMT_lx " cs_base=%x\n", in restore_state_to_opc()
|