Searched refs:PRIxPTR (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | trace-events | 5 exec_tb(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR 6 exec_tb_nocache(void *tb, uintptr_t pc) "tb:%p pc=0x%"PRIxPTR 14 translate_block(void *tb, uintptr_t pc, const void *tb_code) "tb:%p, pc:0x%"PRIxPTR", tb_code:%p" 17 load_atom2_fallback(uint32_t memop, uintptr_t ra) "mop:0x%"PRIx32", ra:0x%"PRIxPTR"" 18 load_atom4_fallback(uint32_t memop, uintptr_t ra) "mop:0x%"PRIx32", ra:0x%"PRIxPTR"" 19 load_atom8_or_exit_fallback(uintptr_t ra) "ra:0x%"PRIxPTR"" 20 load_atom8_fallback(uint32_t memop, uintptr_t ra) "mop:0x%"PRIx32", ra:0x%"PRIxPTR"" 21 load_atom16_fallback(uint32_t memop, uintptr_t ra) "mop:0x%"PRIx32", ra:0x%"PRIxPTR"" 22 load_atom16_or_exit_fallback(uintptr_t ra) "ra:0x%"PRIxPTR"" 23 store_atom2_fallback(uint32_t memop, uintptr_t ra) "mop:0x%"PRIx32", ra:0x%"PRIxPTR"" [all …]
|
H A D | translate-all.c | 494 "0x%08" PRIxPTR ": .quad 0x%016" TCG_PRIlx "\n", in tb_gen_code() 498 "0x%08" PRIxPTR ": .long 0x%08" TCG_PRIlx "\n", in tb_gen_code()
|
/openbmc/qemu/disas/ |
H A D | disas-host.c | 31 info->fprintf_func(info->stream, "0x%" PRIxPTR, (uintptr_t)addr); in host_print_address() 122 fprintf(out, "0x%08" PRIxPTR ": ", pc); in disas()
|
/openbmc/qemu/tcg/ |
H A D | perf.c | 109 fprintf(perfmap, "%"PRIxPTR" %"PRIx16" %s\n", in write_perfmap_entry() 239 fprintf(perfmap, "%"PRIxPTR" %zx tcg-prologue-buffer\n", in perf_report_prologue()
|
H A D | tcg.c | 1456 "0x%08" PRIxPTR ": .quad 0x%016" PRIx64 "\n", in tcg_prologue_init() 1461 "0x%08" PRIxPTR ": .long 0x%08x\n", in tcg_prologue_init()
|
/openbmc/u-boot/include/ |
H A D | inttypes.h | 152 # define PRIxPTR __PRIPTR_PREFIX "x" macro
|
/openbmc/qemu/tests/tcg/multiarch/system/ |
H A D | memory.c | 514 ml_printf("Test data start: 0x%"PRIxPTR"\n", &test_data[0]); in main() 515 ml_printf("Test data end: 0x%"PRIxPTR"\n", &test_data[TEST_SIZE]); in main()
|
/openbmc/qemu/include/exec/ |
H A D | cpu-common.h | 65 # define RAM_ADDR_FMT "%" PRIxPTR
|
/openbmc/qemu/migration/ |
H A D | file.c | 234 error_setg(errp, "offset %" PRIxPTR in file_write_ramblock_iov()
|
/openbmc/qemu/hw/vfio/ |
H A D | trace-events | 101 …egion \"%s\" iova=0x%"PRIx64" offset_within_region=0x%"PRIx64" qemu_real_host_page_size=0x%"PRIxPTR
|
H A D | common.c | 530 " qemu_real_host_page_size=0x%"PRIxPTR, in vfio_listener_valid_section()
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 2857 "host minimum alignment (0x%" PRIxPTR ")\n", in pgb_fixed()
|