Home
last modified time | relevance | path

Searched refs:PRId64 (Results 126 – 150 of 176) sorted by relevance

12345678

/openbmc/qemu/qobject/
H A Djson-parser.c462 } else if (!strcmp(token->str, "%" PRId64)) { in parse_interpolation()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/
H A D0001-adjust-for-64bit-time_t.patch152 "%"PRItime_t " ch %"PRId64" eid %d = %p",
/openbmc/qemu/system/
H A Dcpus.c779 error_setg(errp, "Invalid addr 0x%016" PRIx64 "/size %" PRId64 in qmp_memsave()
/openbmc/qemu/hw/timer/
H A Dtrace-events78 …od_ns, uint64_t delay_s) "timer frequency: %" PRIu64 " Hz, period: %" PRIu64 " ns (%" PRId64 " us)"
/openbmc/linux/tools/iio/
H A Diio_generic_buffer.c166 printf("%" PRId64 " ", val); in print8byte()
/openbmc/qemu/hw/misc/
H A Dtz-mpc.c528 "MPC 'downstream' size %" PRId64 in tz_mpc_realize()
H A Dtrace-events73 ecc_diag_mem_writeb(uint64_t addr, uint32_t val) "Write diagnostic %"PRId64" = 0x%02x"
74 ecc_diag_mem_readb(uint64_t addr, uint32_t ret) "Read diagnostic %"PRId64"= 0x%02x"
/openbmc/qemu/hw/char/
H A Dtrace-events87 …t64_t wordtime) "UART%d: speed: %d, parity: %c, data bits: %d, stop bits: %d wordtime: %"PRId64"ns"
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c568 g_debug("Creating fence id:%" PRId64 " type:%d", in vg_virgl_process_cmd()
/openbmc/qemu/hw/intc/
H A Darm_gicv3_its.c387 PRId64 "\n", who, eventid, num_eventids); in lookup_ite()
861 "%s: RDBASE1 %" PRId64 in process_movall()
868 "%s: RDBASE2 %" PRId64 in process_movall()
/openbmc/qemu/include/tcg/
H A Dtcg.h56 #define TCG_PRIld PRId64
/openbmc/qemu/hw/rdma/
H A Drdma_backend.c107 rdma_error_report("No matching ctx for req %"PRId64, in rdma_poll_cq()
1083 CHK_ATTR(dev_attr, bk_dev_attr, max_mr_size, "%" PRId64); in init_device_caps()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c838 error_report("Too much memory for this machine: %" PRId64 "," in sun4m_hw_init()
839 " maximum %" PRId64, in sun4m_hw_init()
/openbmc/qemu/hw/i386/
H A Dx86.c886 "(max: %"PRIu32", need %"PRId64")\n", in x86_load_linux()
1031 "(max: %"PRIu32", need %"PRId64")\n", in x86_load_linux()
/openbmc/qemu/hw/m68k/
H A Dq800.c279 error_report("Too much memory for this machine: %" PRId64 " MiB, " in q800_machine_init()
/openbmc/qemu/target/ppc/
H A Dmmu_common.c961 snprintf(size_buf, sizeof(size_buf), "%3" PRId64 "M", size / MiB); in mmubooke_dump_mmu()
963 snprintf(size_buf, sizeof(size_buf), "%3" PRId64 "k", size / KiB); in mmubooke_dump_mmu()
/openbmc/qemu/block/
H A Dnvme.c817 PRId64 " ms)", in nvme_init()
858 PRId64 " ms)", in nvme_init()
/openbmc/linux/tools/perf/util/
H A Dintel-pt.c4133 [INTEL_PT_PMU_TYPE] = " PMU Type %"PRId64"\n",
4137 [INTEL_PT_CAP_USER_TIME_ZERO] = " Cap Time Zero %"PRId64"\n",
4140 [INTEL_PT_HAVE_SCHED_SWITCH] = " Have sched_switch %"PRId64"\n",
4141 [INTEL_PT_SNAPSHOT_MODE] = " Snapshot mode %"PRId64"\n",
4142 [INTEL_PT_PER_CPU_MMAPS] = " Per-cpu maps %"PRId64"\n",
H A Ds390-cpumsf.c746 pr_debug4("%s queue_nr:%d buffer:%" PRId64 " offset:%#" PRIx64 " size:%#zx rest:%#zx\n", in s390_cpumsf_run_decoder()
/openbmc/qemu/migration/
H A Dram.c3820 "(local) %zd != %" PRId64, block->idstr, in parse_ramblock()
3830 "%" PRId64 "!= %" PRId64, block->idstr, in parse_ramblock()
/openbmc/qemu/hw/display/
H A Dqxl.c896 PRId64 " = cookie->io\n", __func__, current_async, cookie->io); in interface_async_complete_io()
1766 fprintf(stderr, "qxl/guest-%d: %" PRId64 ": %s", d->id,
2175 dprint(qxl, 1, "ram/%s: %" PRId64 " MB [region 0]\n",
/openbmc/qemu/tests/unit/
H A Dcheck-qjson.c997 qnum = qobject_to(QNum, qobject_from_jsonf_nofail("%" PRId64, value_d64)); in interpolation_valid()
/openbmc/qemu/target/hexagon/
H A Dop_helper.c70 ", %" PRId64 " [0x016%" PRIx64 "])\n", in log_store64()
197 HEX_DEBUG_LOG("\tmemd[0x" TARGET_FMT_lx "] = %" PRId64 in print_store()
/openbmc/qemu/linux-user/
H A Dstrace.c1740 print_raw_param64("{tv_sec=%" PRId64, tswap64(ts->tv_sec), 0); in print_timespec64()
1741 print_raw_param64("tv_nsec=%" PRId64 "}", tswap64(ts->tv_nsec), last); in print_timespec64()
3955 print_raw_param64("{rlim_cur=%" PRId64, tswap64(rl->rlim_cur), 0); in print_rlimit64()
3956 print_raw_param64("rlim_max=%" PRId64 "}", tswap64(rl->rlim_max), in print_rlimit64()
/openbmc/qemu/hw/arm/
H A Dboot.c1009 "(kernel size %zd, RAM size %" PRId64 ")", in arm_setup_direct_kernel_boot()

12345678