Searched refs:PRIpfn (Results 1 – 6 of 6) sorted by relevance
/xen/tools/libxc/ |
A D | xc_dom_core.c | 436 DOMPRINTF("%s: pfn %"PRI_xen_pfn" out of range (0x%" PRIpfn " > 0x%" PRIpfn ")", in xc_dom_pfn_to_ptr_retcount() 455 " (req 0x%" PRIpfn "+0x%" PRIpfn "," in xc_dom_pfn_to_ptr_retcount() 456 " blk 0x%" PRIpfn "+0x%" PRIpfn ")", in xc_dom_pfn_to_ptr_retcount() 480 " can't malloc (pfn 0x%" PRIpfn ")", in xc_dom_pfn_to_ptr_retcount() 522 DOMPRINTF("%s: %s: pfn 0x%" PRIpfn "+0x%" PRIpfn " at %p", in xc_dom_pfn_to_ptr_retcount() 540 "%s: segment %s too large (0x%"PRIpfn" > " in xc_dom_chk_alloc_pages() 541 "0x%"PRIpfn" - 0x%"PRIpfn" pages)", __FUNCTION__, name, in xc_dom_chk_alloc_pages() 610 " (pfn 0x%" PRIpfn " + 0x%" PRIpfn " pages)", in xc_dom_alloc_segment() 627 DOMPRINTF("%-20s: %-12s : 0x%" PRIx64 " (pfn 0x%" PRIpfn ")", in xc_dom_alloc_page() 645 DOMPRINTF("%s: Huh? no mapping with pfn 0x%" PRIpfn "", in xc_dom_unmap_one() [all …]
|
A D | xc_dom_boot.c | 52 DOMPRINTF("%s: vaddr=0x%" PRIx64 " pfn=0x%" PRIpfn "", __FUNCTION__, in setup_hypercall_page() 142 "%s: failed to mmap domU pages 0x%" PRIpfn "+0x%" PRIpfn in xc_dom_boot_domU_map() 157 "%s: failed to mmap domU pages 0x%" PRIpfn "+0x%" PRIpfn in xc_dom_boot_domU_map()
|
A D | xc_sr_restore.c | 286 ERROR("Mapping pfn %#"PRIpfn" (mfn %#"PRIpfn", type %#"PRIx32") failed with %d", in process_page_data() 295 ERROR("Failed to localise pfn %#"PRIpfn" (type %#"PRIx32")", in process_page_data() 304 ERROR("verify pfn %#"PRIpfn" failed (type %#"PRIx32")", in process_page_data() 404 ERROR("pfn %#"PRIpfn" (index %u) outside domain maximum", pfn, i); in handle_page_data() 412 ERROR("Invalid type %#"PRIx32" for pfn %#"PRIpfn" (index %u)", in handle_page_data() 962 IPRINTF("XenStore: mfn %#"PRIpfn", dom %d, evt %u", in xc_domain_restore() 967 IPRINTF("Console: mfn %#"PRIpfn", dom %d, evt %u", in xc_domain_restore()
|
A D | xc_dom_x86.c | 161 "%s: not enough memory for initial mapping (%#"PRIpfn" > %#"PRIpfn")", in count_pgtables() 354 "(L3 PFN %#"PRIpfn" MFN %#"PRIpfn"=>%#"PRIpfn")", in move_l3_below_4G() 477 "(L3 PFN %#"PRIpfn" MFN %#"PRIpfn")", in setup_pgtables_x86_32_pae() 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() 1249 "%s: vNUMA page count mismatch (0x%"PRIpfn" != 0x%"PRIpfn")", in meminit_pv() 1693 "%s: pin_table failed (pfn 0x%" PRIpfn ", rc=%d)", in bootlate_pv() 1700 DOMPRINTF("%s: shared_info: pfn 0x%" PRIpfn ", mfn 0x%" PRIpfn "", in bootlate_pv()
|
A D | xc_sr_save.c | 184 ERROR("Mapping of pfn %#"PRIpfn" (mfn %#"PRIpfn") failed %d", in write_batch()
|
/xen/tools/libxc/include/ |
A D | xc_dom.h | 32 #define PRIpfn PRI_xen_pfn macro
|
Completed in 13 milliseconds