Searched refs:PRId64 (Results 1 – 17 of 17) sorted by relevance
/xen/xen/drivers/cpufreq/ |
A D | cpufreq.c | 387 "bit_width=%d, bit_offset=%d, reserved=%d, address=%"PRId64"\n", in print_PCT() 397 printk("\tState%d: %"PRId64"MHz %"PRId64"mW %"PRId64"us " in print_PSS() 398 "%"PRId64"us %#"PRIx64" %#"PRIx64"\n", in print_PSS() 411 printk("\t_PSD: num_entries=%"PRId64" rev=%"PRId64 in print_PSD() 412 " domain=%"PRId64" coord_type=%"PRId64" num_processors=%"PRId64"\n", in print_PSD()
|
/xen/tools/misc/ |
A D | xenlockprof.c | 108 printf("%-50s: lock:%12"PRId64"(%20.9fs), " in main() 109 "block:%12"PRId64"(%20.9fs)\n", in main()
|
/xen/tools/xl/ |
A D | xl_sxp.c | 70 fprintf(fh, "\t(max_memkb %"PRId64")\n", b_info->max_memkb); in printf_info_sexp() 71 fprintf(fh, "\t(target_memkb %"PRId64")\n", b_info->target_memkb); in printf_info_sexp() 90 fprintf(fh, "\t\t\t(video_memkb %"PRId64")\n", b_info->video_memkb); in printf_info_sexp() 91 fprintf(fh, "\t\t\t(shadow_memkb %"PRId64")\n", b_info->shadow_memkb); in printf_info_sexp()
|
/xen/xen/include/xen/ |
A D | time.h | 33 #define PRI_stime PRId64
|
A D | inttypes.h | 40 # define PRId64 __PRI64_PREFIX "d" macro
|
/xen/tools/libfsimage/ext2fs-lib/ |
A D | ext2fs-lib.c | 38 snprintf(opts, 29, "offset=%" PRId64, offset); in ext2lib_mount()
|
/xen/xen/common/ |
A D | spinlock.c | 383 printk(" lock:%" PRId64 "(%" PRI_stime "), block:%" PRId64 "(%" PRI_stime ")\n", in spinlock_profile_print_elem()
|
A D | timer.c | 545 printk(" ex=%12"PRId64"us timer=%p cb=%ps(%p)\n", in dump_timer()
|
/xen/tools/libxc/ |
A D | xc_sr_restore_x86_hvm.c | 90 PERROR("set HVM param %"PRId64" = 0x%016"PRIx64, in handle_hvm_params()
|
A D | xc_dom_arm.c | 301 DOMPRINTF("%s: populating RAM @ %016"PRIx64"-%016"PRIx64" (%"PRId64"MB)", in populate_guest_memory()
|
/xen/tools/tests/vhpet/ |
A D | main.c | 277 printf("create_periodic_time: pt=%d delta=%'"PRId64" period=%'"PRIu64 in create_periodic_time() 283 print_error("%s(%ld): Possible ..MP-BIOS bug: 8254 timer...: delta=%'"PRId64 in create_periodic_time() 288 printf("create_periodic_time: pt=%d delta=%'"PRId64 in create_periodic_time()
|
/xen/tools/libxl/ |
A D | libxl_dom.c | 475 ents[1] = GCSPRINTF("%"PRId64, info->max_memkb); in libxl__build_post() 477 ents[3] = GCSPRINTF("%"PRId64, info->target_memkb - in libxl__build_post() 480 ents[5] = GCSPRINTF("%"PRId64, info->video_memkb); in libxl__build_post()
|
A D | libxl_dm.c | 1826 flexarray_append(dm_args, GCSPRINTF("%"PRId64, ram_size)); in libxl__build_device_model_args_new()
|
/xen/tools/libs/hypfs/ |
A D | core.c | 349 ret = asprintf(&ret_buf, "%"PRId64, *(int64_t *)buf); in xenhypfs_read()
|
/xen/xen/arch/x86/boot/ |
A D | mkelf32.c | 359 "Offset %"PRId64" not within %d!\n", in main()
|
/xen/xen/arch/x86/hvm/ |
A D | vlapic.c | 578 "offset %"PRId64, in vlapic_get_tmcct()
|
/xen/xen/arch/x86/ |
A D | time.c | 1466 " -> %"PRId64"\n", in local_time_calibration()
|
Completed in 43 milliseconds