Lines Matching refs:DOMPRINTF

98         DOMPRINTF("%-24s : %zd MB", name, mem / (1024 * 1024));  in print_mem()
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()
125 DOMPRINTF("%s: unreasonable allocation size", __FUNCTION__); in xc_dom_malloc()
131 DOMPRINTF("%s: allocation failed", __FUNCTION__); in xc_dom_malloc()
151 DOMPRINTF("%s: allocation failed", __FUNCTION__); in xc_dom_malloc_page_aligned()
161 DOMPRINTF("%s: mmap failed", __FUNCTION__); in xc_dom_malloc_page_aligned()
182 DOMPRINTF("%s: allocation failed", __FUNCTION__); in xc_dom_register_external()
262 DOMPRINTF("%s: failed (on file `%s')", __FUNCTION__, filename); in xc_dom_malloc_filemap()
445 DOMPRINTF("%s: pfn %"PRI_xen_pfn" out of range (0x%" PRIpfn " > 0x%" PRIpfn ")", in xc_dom_pfn_to_ptr_retcount()
463 DOMPRINTF("%s: request overlaps allocated block" in xc_dom_pfn_to_ptr_retcount()
488 DOMPRINTF("%s: no block found, no size given," in xc_dom_pfn_to_ptr_retcount()
531 DOMPRINTF("%s: %s: pfn 0x%" PRIpfn "+0x%" PRIpfn " at %p", in xc_dom_pfn_to_ptr_retcount()
618 DOMPRINTF("%-20s: %-12s : 0x%" PRIx64 " -> 0x%" PRIx64 in xc_dom_alloc_segment()
636 DOMPRINTF("%-20s: %-12s : 0x%" PRIx64 " (pfn 0x%" PRIpfn ")", in xc_dom_alloc_page()
654 DOMPRINTF("%s: Huh? no mapping with pfn 0x%" PRIpfn "", in xc_dom_unmap_one()
692 DOMPRINTF("%s: trying %s loader ... ", __FUNCTION__, loader->name); in xc_dom_find_loader()
695 DOMPRINTF("loader probe OK"); in xc_dom_find_loader()
698 DOMPRINTF("loader probe failed"); in xc_dom_find_loader()
795 DOMPRINTF("%s: kernel_max_size=%zx", __FUNCTION__, sz); in xc_dom_kernel_max_size()
802 DOMPRINTF("%s: module_max_size=%zx", __FUNCTION__, sz); in xc_dom_module_max_size()
809 DOMPRINTF("%s: devicetree_max_size=%zx", __FUNCTION__, sz); in xc_dom_devicetree_max_size()
816 DOMPRINTF("%s: filename=\"%s\"", __FUNCTION__, filename); in xc_dom_kernel_file()
828 DOMPRINTF("%s: filename=\"%s\"", __FUNCTION__, filename); in xc_dom_module_file()
854 DOMPRINTF("%s: filename=\"%s\"", __FUNCTION__, filename); in xc_dom_devicetree_file()
952 DOMPRINTF("%s: RAM starts at %"PRI_xen_pfn, in xc_dom_rambase_init()
972 DOMPRINTF("%s: mem %d MB, pages 0x%" PRIpfn " pages, %dk each", in xc_dom_mem_init()
976 DOMPRINTF("%s: 0x%" PRIpfn " pages", in xc_dom_mem_init()
994 DOMPRINTF("%s: dst 32bit, pages 0x%" PRIpfn "", in xc_dom_update_guest_p2m()
1004 DOMPRINTF("%s: dst 64bit, pages 0x%" PRIpfn "", in xc_dom_update_guest_p2m()
1046 DOMPRINTF("%s: xc_dom_seg_to_ptr(dom, &dom->modules[%u].seg) => NULL", in xc_dom_build_module()
1111 DOMPRINTF("%s: %d bytes at address %" PRIx64, __FUNCTION__, in xc_dom_load_acpi()
1121 DOMPRINTF("%s: Out of memory", __FUNCTION__); in xc_dom_load_acpi()
1130 DOMPRINTF("%s: Can populate ACPI pages", __FUNCTION__); in xc_dom_load_acpi()
1139 DOMPRINTF("%s: Can't map %d pages at 0x%"PRI_xen_pfn, in xc_dom_load_acpi()
1220 DOMPRINTF("%s: xc_dom_seg_to_ptr(dom, &dom->devicetree_seg) => NULL", in xc_dom_build_image()
1250 DOMPRINTF("%-20s: virt_alloc_end : 0x%" PRIx64 "", in xc_dom_build_image()
1252 DOMPRINTF("%-20s: virt_pgtab_end : 0x%" PRIx64 "", in xc_dom_build_image()