Home
last modified time | relevance | path

Searched refs:DOMPRINTF (Results 1 – 11 of 11) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_binloader.c165 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 Dxc_dom_bzimageloader.c62 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 Dxc_dom_core.c100 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()
488 DOMPRINTF("%s: no block found, no size given," in xc_dom_pfn_to_ptr_retcount()
695 DOMPRINTF("loader probe OK"); in xc_dom_find_loader()
698 DOMPRINTF("loader probe failed"); in xc_dom_find_loader()
952 DOMPRINTF("%s: RAM starts at %"PRI_xen_pfn, in xc_dom_rambase_init()
[all …]
A Dxc_dom_armzimageloader.c93 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 Dxc_dom_arm.c161 DOMPRINTF("Initial state CPSR %#"PRIx32" PC %#"PRIx32, in vcpu_arm32()
191 DOMPRINTF("DTB %"PRIx64, ctxt->user_regs.x0); in vcpu_arm64()
203 DOMPRINTF("Initial state CPSR %#"PRIx32" PC %#"PRIx64, in vcpu_arm64()
297 DOMPRINTF("%s: populated %#x/%#x entries with shift %d", in populate_one_size()
314 DOMPRINTF("%s: Unable to allocate extent array", __FUNCTION__); in populate_guest_memory()
361 DOMPRINTF("%s: Not enough RAM", __FUNCTION__); in populate_guest_memory()
405 DOMPRINTF("%s: Not enough memory for the kernel+dtb+initrd", in meminit()
412 DOMPRINTF("%s: ram size is 0", __FUNCTION__); in meminit()
489 DOMPRINTF("%s: ramdisk: 0x%" PRIx64 " -> 0x%" PRIx64 "", in meminit()
501 DOMPRINTF("%s: devicetree: 0x%" PRIx64 " -> 0x%" PRIx64 "", in meminit()
[all …]
A Dxc_dom_hvmloader.c127 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 Dxc_dom_elfloader.c198 DOMPRINTF("%s: %s: 0x%" PRIx64 " -> 0x%" PRIx64 "", in xc_dom_parse_elf_kernel()
204 DOMPRINTF("%s: ELF broken: %s", __FUNCTION__, in xc_dom_parse_elf_kernel()
219 DOMPRINTF("%s: xc_dom_vaddr_to_ptr(dom,dom->kernel_seg)" in xc_dom_load_elf_kernel()
228 DOMPRINTF("%s: failed to load elf binary", __FUNCTION__); in xc_dom_load_elf_kernel()
A Dxc_dom_x86.c298 DOMPRINTF("%s: failed at %d", __FUNCTION__, __LINE__); in move_l3_below_4G()
332 DOMPRINTF("%s: xc_dom_pfn_to_ptr(dom, l3pfn, 1) => NULL", in move_l3_below_4G()
338 DOMPRINTF("%s: successfully relocated L3 below 4G. " in move_l3_below_4G()
607 DOMPRINTF("Could not allocate special pages."); in alloc_magic_pages_hvm()
865 DOMPRINTF("%s: cr3: pfn 0x%" PRIpfn " mfn 0x%" PRIpfn "", in vcpu_x86_32()
908 DOMPRINTF("%s: cr3: pfn 0x%" PRIpfn " mfn 0x%" PRIpfn "", in vcpu_x86_64()
1319 DOMPRINTF("Could not allocate p2m"); in meminit_hvm()
1608 DOMPRINTF("%s: doing nothing", __func__); in alloc_pgtables_hvm()
1679 DOMPRINTF("Trying to map beyond start_info_seg"); in bootlate_hvm()
1688 DOMPRINTF("Unable to map HVM start info page"); in bootlate_hvm()
[all …]
A Dxc_dom_boot.c52 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 Dxc_dom_decompress_lz4.c127 DOMPRINTF("LZ4 decompression error: %s\n", msg); in xc_try_lz4_decode()
A Dxc_private.h411 #define DOMPRINTF(fmt, args...) xc_dom_printf(dom->xch, fmt, ## args) macro

Completed in 23 milliseconds