/openbmc/qemu/hw/gpio/ |
H A D | trace-events | 13 nrf51_gpio_set(int64_t line, int64_t value) "line %" PRIi64 " value %" PRIi64 14 nrf51_gpio_update_output_irq(int64_t line, int64_t value) "line %" PRIi64 " value %" PRIi64 32 sifive_gpio_set(int64_t line, int64_t value) "line %" PRIi64 " value %" PRIi64 33 sifive_gpio_update_output_irq(int64_t line, int64_t value) "line %" PRIi64 " value %" PRIi64
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | syscall.c | 140 g_autofree gchar *out = g_strdup_printf("syscall #%" PRIi64 "\n", num); in vcpu_syscall() 168 "syscall #%" PRIi64 " returned -> %" PRIi64 "\n", num, ret); in vcpu_syscall_ret() 178 "%-13" PRIi64 "%-6" PRIi64 " %" PRIi64 "\n", in print_entry()
|
/openbmc/qemu/accel/tcg/ |
H A D | monitor.c | 30 g_string_append_printf(buf, "Host - Guest clock %"PRIi64" ms\n", in dump_drift_info() 33 g_string_append_printf(buf, "Max guest delay %"PRIi64" ms\n", in dump_drift_info() 35 g_string_append_printf(buf, "Max guest advance %"PRIi64" ms\n", in dump_drift_info()
|
/openbmc/qemu/migration/ |
H A D | dirtyrate.c | 866 monitor_printf(mon, "Start Time: %"PRIi64" (ms)\n", in hmp_info_dirty_rate() 872 monitor_printf(mon, "Period: %"PRIi64" (sec)\n", in hmp_info_dirty_rate() 878 monitor_printf(mon, "%"PRIi64" (MB/s)\n", info->dirty_rate); in hmp_info_dirty_rate() 882 monitor_printf(mon, "vcpu[%"PRIi64"], Dirty rate: %"PRIi64 in hmp_info_dirty_rate() 932 monitor_printf(mon, "Starting dirty rate measurement with period %"PRIi64 in hmp_calc_dirty_rate()
|
H A D | trace-events | 50 … *idstr, uint32_t instance_id, int64_t downtime) "type=%s idstr=%s instance_id=%d downtime=%"PRIi64 51 … *idstr, uint32_t instance_id, int64_t downtime) "type=%s idstr=%s instance_id=%d downtime=%"PRIi64 99 migration_dirty_limit_guest(int64_t dirtyrate) "guest dirty page rate limit %" PRIi64 " MB/s" 163 migrate_send_rp_recv_bitmap(char *name, int64_t size) "block '%s' size 0x%"PRIi64 366 dirtyrate_calculate(int64_t dirtyrate) "dirty rate: %" PRIi64 " MB/s"
|
/openbmc/qemu/net/ |
H A D | af-xdp.c | 416 error_setg(errp, "expected %"PRIi64" socket fds, got %"PRIi64, in parse_socket_fds() 463 error_setg(errp, "invalid number of queues (%" PRIi64 ") for '%s'", in net_init_af_xdp() 482 qemu_set_info_str(nc, "af-xdp%"PRIi64" to %s", i, opts->ifname); in net_init_af_xdp()
|
/openbmc/qemu/include/exec/ |
H A D | hwaddr.h | 15 #define HWADDR_PRIi PRIi64
|
/openbmc/qemu/system/ |
H A D | dirtylimit.c | 671 monitor_printf(mon, "vcpu[%"PRIi64"], limit rate %"PRIi64 " (MB/s)," in hmp_info_vcpu_dirty_limit() 672 " current rate %"PRIi64 " (MB/s)\n", in hmp_info_vcpu_dirty_limit()
|
H A D | trace-events | 51 …t pct, int64_t time_us) "CPU[%d] throttle percent: %" PRIu64 ", throttle adjust time %"PRIi64 " us" 53 dirtylimit_vcpu_execute(int cpu_index, int64_t sleep_time_us) "CPU[%d] sleep %"PRIi64 " us"
|
H A D | qtest.c | 725 qtest_sendf(chr, "OK %"PRIi64"\n", in qtest_process_command() 751 qtest_sendf(chr, "OK %"PRIi64"\n", in qtest_process_command()
|
/openbmc/qemu/tests/unit/ |
H A D | test-rcu-list.c | 317 "%lld, nodes removed: %"PRIi64"; nodes reclaimed: %"PRIi64"\n", in rcu_qtest()
|
/openbmc/qemu/block/ |
H A D | backup.c | 469 error_setg(errp, "Required max-chunk (%" PRIi64 ") is less than backup " in backup_job_create() 470 "cluster size (%" PRIi64 ")", perf->max_chunk, cluster_size); in backup_job_create()
|
H A D | io.c | 820 error_setg(errp, "offset is negative: %" PRIi64, offset); in bdrv_check_qiov_request() 825 error_setg(errp, "bytes is negative: %" PRIi64, bytes); in bdrv_check_qiov_request() 830 error_setg(errp, "bytes(%" PRIi64 ") exceeds maximum(%" PRIi64 ")", in bdrv_check_qiov_request() 836 error_setg(errp, "offset(%" PRIi64 ") exceeds maximum(%" PRIi64 ")", in bdrv_check_qiov_request() 842 error_setg(errp, "sum of offset(%" PRIi64 ") and bytes(%" PRIi64 ") " in bdrv_check_qiov_request() 843 "exceeds maximum(%" PRIi64 ")", offset, bytes, in bdrv_check_qiov_request() 863 error_setg(errp, "bytes(%" PRIi64 ") + qiov_offset(%zu) overflow io " in bdrv_check_qiov_request()
|
H A D | trace-events | 184 ssh_getlength(int64_t length) "length=%" PRIi64 186 ssh_read(int64_t offset, size_t size) "offset=%" PRIi64 " size=%zu" 189 ssh_write(int64_t offset, size_t size) "offset=%" PRIi64 " size=%zu" 192 ssh_seek(int64_t offset) "seeking to offset=%" PRIi64
|
H A D | block-copy.c | 338 "(default) block size of %" PRIi64 " bytes is used. If the " in block_copy_calculate_cluster_size() 374 error_setg(errp, "min-cluster-size too large: %" PRIu64 " > %" PRIi64, in block_copy_state_new()
|
H A D | copy-before-write.c | 573 error_setg(errp, "min-cluster-size too large: %" PRIu64 " > %" PRIi64, in bdrv_cbw_append()
|
/openbmc/u-boot/include/ |
H A D | inttypes.h | 63 # define PRIi64 __PRI64_PREFIX "i" macro
|
/openbmc/linux/arch/sparc/vdso/ |
H A D | vdso2c.h | 138 fprintf(outfile, "\t.sym_%s = %" PRIi64 ",\n", in BITSFUNC()
|
/openbmc/qemu/accel/kvm/ |
H A D | trace-events | 29 kvm_dirty_ring_reap(uint64_t count, int64_t t) "reaped %"PRIu64" pages (took %"PRIi64" us)"
|
/openbmc/qemu/hw/ppc/ |
H A D | ppc4xx_sdram.c | 95 g_string_append_printf(s, "%" PRIi64 "%s", in ppc4xx_sdram_banks() 102 error_append_hint(errp, "Possible valid RAM size: %" PRIi64 " MiB\n", in ppc4xx_sdram_banks()
|
/openbmc/qemu/hw/mips/ |
H A D | fuloong2e.c | 156 prom_set(prom_buf, index++, "memsize=%"PRIi64, loaderparams.ram_size / MiB); in load_kernel()
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | vdso2c.h | 219 fprintf(outfile, "\t.sym_%s = %" PRIi64 ",\n", in BITSFUNC()
|
/openbmc/qemu/hw/watchdog/ |
H A D | wdt_i6300esb.c | 135 i6300esb_debug("stage %d, timeout %" PRIi64 "\n", d->stage, timeout); in OBJECT_DECLARE_SIMPLE_TYPE()
|
/openbmc/qemu/hw/core/ |
H A D | machine-qmp-cmds.c | 240 g_string_append_printf(buf, " %" PRIi64, cpu->value->cpu_index); in qmp_x_query_numa()
|
/openbmc/linux/tools/perf/util/ |
H A D | data-convert-json.c | 176 output_json_key_format(out, false, 3, "timestamp", "%" PRIi64, sample->time); in process_sample_event()
|