Searched refs:DOMPRINTF (Results 1 – 11 of 11) sorted by relevance
/xen/tools/libxc/ |
A D | xc_dom_binloader.c | 165 DOMPRINTF("%s: multiboot header fields", __FUNCTION__); in xc_dom_parse_bin_kernel() 166 DOMPRINTF(" flags: 0x%" PRIx32 "", image_info->flags); in xc_dom_parse_bin_kernel() 197 DOMPRINTF("%s: calculated addresses", __FUNCTION__); in xc_dom_parse_bin_kernel() 198 DOMPRINTF(" start_addr: 0x%" PRIx32 "", start_addr); in xc_dom_parse_bin_kernel() 199 DOMPRINTF(" load_end_addr: 0x%" PRIx32 "", load_end_addr); in xc_dom_parse_bin_kernel() 200 DOMPRINTF(" bss_end_addr: 0x%" PRIx32 "", bss_end_addr); in xc_dom_parse_bin_kernel() 239 DOMPRINTF("%s: PAE fixup", __FUNCTION__); in xc_dom_parse_bin_kernel() 273 DOMPRINTF("%s: calculated sizes", __FUNCTION__); in xc_dom_load_bin_kernel() 274 DOMPRINTF(" skip: 0x%" PRIx32 "", skip); in xc_dom_load_bin_kernel() 275 DOMPRINTF(" text_size: 0x%" PRIx32 "", text_size); in xc_dom_load_bin_kernel() [all …]
|
A D | xc_dom_bzimageloader.c | 62 DOMPRINTF("BZIP2: Input is 0 size"); in xc_try_bzip2_decode() 69 DOMPRINTF("BZIP2: Error initting stream"); in xc_try_bzip2_decode() 85 DOMPRINTF("BZIP2: Input too large"); in xc_try_bzip2_decode() 92 DOMPRINTF("BZIP2: Failed to alloc memory"); in xc_try_bzip2_decode() 107 DOMPRINTF("BZIP2: Saw data stream end"); in xc_try_bzip2_decode() 113 DOMPRINTF("BZIP2: error %d", ret); in xc_try_bzip2_decode() 157 DOMPRINTF("BZIP2: not enough input"); in xc_try_bzip2_decode() 215 DOMPRINTF("%s: Input is 0 size", what); in _xc_try_lzma_decode() 346 DOMPRINTF("XZ: Failed to init decoder"); in xc_try_xz_decode() 434 DOMPRINTF("LZO1x: Unrecognized magic\n"); in xc_try_lzo1x_decode() [all …]
|
A D | xc_dom_armzimageloader.c | 93 DOMPRINTF("%s: kernel is too large\n", __FUNCTION__); in xc_dom_parse_zimage32_kernel() 119 DOMPRINTF("%s: %s: 0x%" PRIx64 " -> 0x%" PRIx64 "", in xc_dom_parse_zimage32_kernel() 186 DOMPRINTF("%s: kernel text offset is too large\n", __FUNCTION__); in xc_dom_parse_zimage64_kernel() 194 DOMPRINTF("%s: kernel is too large\n", __FUNCTION__); in xc_dom_parse_zimage64_kernel() 208 DOMPRINTF("%s: %s: 0x%" PRIx64 " -> 0x%" PRIx64 "", in xc_dom_parse_zimage64_kernel() 228 DOMPRINTF("%s: xc_dom_seg_to_ptr(dom, &dom->kernel_seg) => NULL", in xc_dom_load_zimage_kernel() 233 DOMPRINTF("%s: kernel seg %#"PRIx64"-%#"PRIx64, in xc_dom_load_zimage_kernel() 235 DOMPRINTF("%s: copy %zd bytes from blob %p to dst %p", in xc_dom_load_zimage_kernel()
|
A D | xc_dom_core.c | 100 DOMPRINTF("%-24s : %zd kB", name, mem / 1024); in print_mem() 102 DOMPRINTF("%-24s : %zd bytes", name, mem); in print_mem() 107 DOMPRINTF("domain builder memory footprint"); in xc_dom_log_memory_footprint() 108 DOMPRINTF(" allocated"); in xc_dom_log_memory_footprint() 111 DOMPRINTF(" mapped"); in xc_dom_log_memory_footprint() 161 DOMPRINTF("%s: mmap failed", __FUNCTION__); in xc_dom_malloc_page_aligned() 479 DOMPRINTF("%s: no block found, no size given," in xc_dom_pfn_to_ptr_retcount() 686 DOMPRINTF("loader probe OK"); in xc_dom_find_loader() 689 DOMPRINTF("loader probe failed"); in xc_dom_find_loader() 943 DOMPRINTF("%s: RAM starts at %"PRI_xen_pfn, in xc_dom_rambase_init() [all …]
|
A D | xc_dom_arm.c | 144 DOMPRINTF("Initial state CPSR %#"PRIx32" PC %#"PRIx32, in vcpu_arm32() 174 DOMPRINTF("DTB %"PRIx64, ctxt->user_regs.x0); in vcpu_arm64() 186 DOMPRINTF("Initial state CPSR %#"PRIx32" PC %#"PRIx64, in vcpu_arm64() 280 DOMPRINTF("%s: populated %#x/%#x entries with shift %d", in populate_one_size() 297 DOMPRINTF("%s: Unable to allocate extent array", __FUNCTION__); in populate_guest_memory() 344 DOMPRINTF("%s: Not enough RAM", __FUNCTION__); in populate_guest_memory() 384 DOMPRINTF("%s: Not enough memory for the kernel+dtb+initrd", in meminit() 391 DOMPRINTF("%s: ram size is 0", __FUNCTION__); in meminit() 463 DOMPRINTF("%s: ramdisk: 0x%" PRIx64 " -> 0x%" PRIx64 "", in meminit() 475 DOMPRINTF("%s: devicetree: 0x%" PRIx64 " -> 0x%" PRIx64 "", in meminit() [all …]
|
A D | xc_dom_hvmloader.c | 127 DOMPRINTF("%s: ELF broken: %s", __func__, elf_check_broken(elf)); in xc_dom_parse_hvm_kernel() 146 DOMPRINTF("%s: xc_dom_seg_to_ptr(dom, &seg) => NULL", in module_init_one() 157 DOMPRINTF("%s: Module %s would be loaded abrove 4GB", in module_init_one() 208 DOMPRINTF("%s: unable to map guest memory space", __func__); in xc_dom_load_hvm_kernel() 218 DOMPRINTF("%s: failed to load elf binary", __func__); in xc_dom_load_hvm_kernel() 227 DOMPRINTF("%s: unable to load modules.", __func__); in xc_dom_load_hvm_kernel()
|
A D | xc_dom_elfloader.c | 191 DOMPRINTF("%s: %s: 0x%" PRIx64 " -> 0x%" PRIx64 "", in xc_dom_parse_elf_kernel() 197 DOMPRINTF("%s: ELF broken: %s", __FUNCTION__, in xc_dom_parse_elf_kernel() 212 DOMPRINTF("%s: xc_dom_vaddr_to_ptr(dom,dom->kernel_seg)" in xc_dom_load_elf_kernel() 221 DOMPRINTF("%s: failed to load elf binary", __FUNCTION__); in xc_dom_load_elf_kernel()
|
A D | xc_dom_x86.c | 315 DOMPRINTF("%s: failed at %d", __FUNCTION__, __LINE__); in move_l3_below_4G() 347 DOMPRINTF("%s: xc_dom_pfn_to_ptr(dom, l3pfn, 1) => NULL", in move_l3_below_4G() 353 DOMPRINTF("%s: successfully relocated L3 below 4G. " in move_l3_below_4G() 646 DOMPRINTF("Could not allocate special pages."); in alloc_magic_pages_hvm() 699 DOMPRINTF("Could not allocate ioreq server pages."); in alloc_magic_pages_hvm() 718 DOMPRINTF("Unable to reserve memory for the start info"); in alloc_magic_pages_hvm() 910 DOMPRINTF("%s: cr3: pfn 0x%" PRIpfn " mfn 0x%" PRIpfn "", in vcpu_x86_32() 956 DOMPRINTF("%s: cr3: pfn 0x%" PRIpfn " mfn 0x%" PRIpfn "", in vcpu_x86_64() 1657 DOMPRINTF("PV Autotranslate guests no longer supported"); in bootearly() 1781 DOMPRINTF("Unable to map HVM start info page"); in bootlate_hvm() [all …]
|
A D | xc_dom_boot.c | 52 DOMPRINTF("%s: vaddr=0x%" PRIx64 " pfn=0x%" PRIpfn "", __FUNCTION__, in setup_hypercall_page() 81 DOMPRINTF("%s: supported guest type: %s%s", __FUNCTION__, in xc_dom_compat_check() 105 DOMPRINTF("%s: ver %d.%d, caps %s", __FUNCTION__, in xc_dom_boot_xen_init()
|
A D | xc_dom_decompress_lz4.c | 127 DOMPRINTF("LZ4 decompression error: %s\n", msg); in xc_try_lz4_decode()
|
A D | xc_private.h | 416 #define DOMPRINTF(fmt, args...) xc_dom_printf(dom->xch, fmt, ## args) macro
|
Completed in 20 milliseconds