Searched refs:DPRINTF (Results 1 – 14 of 14) sorted by relevance
/xen/tools/xenpaging/ |
A D | xenpaging.c | 104 DPRINTF("Got event from xenstore\n"); in xenpaging_wait_for_event_or_timeout() 147 DPRINTF("Got event from evtchn\n"); in xenpaging_wait_for_event_or_timeout() 303 DPRINTF("xenpaging init\n"); in xenpaging_init() 333 DPRINTF("watching '%s'\n", watch_target_tot_pages); in xenpaging_init() 448 DPRINTF("max_pages = %d\n", paging->max_pages); in xenpaging_init() 646 DPRINTF("Nominated page %lx busy", gfn); in xenpaging_evict_page() 652 DPRINTF("evict_page > gfn %lx pageslot %d\n", gfn, slot); in xenpaging_evict_page() 700 DPRINTF("populate_page < gfn %lx pageslot %d\n", gfn, i); in xenpaging_populate_page() 780 DPRINTF("Flushing qemu cache\n"); in evict_victim() 899 DPRINTF("Got event from Xen\n"); in main() [all …]
|
A D | policy_default.c | 130 DPRINTF("clearing unconsumed, current_gfn %lx", current_gfn); in policy_choose_victim()
|
/xen/tools/tests/xen-access/ |
A D | xen-access.c | 54 #define DPRINTF(a, b...) fprintf(stderr, a, ## b) macro 200 DPRINTF("xenaccess init\n"); in xenaccess_init() 273 DPRINTF("max_gpfn = %"PRI_xen_pfn"\n", xenaccess->max_gpfn); in xenaccess_init() 497 DPRINTF("starting %s %u\n", argv[0], domain_id); in main() 552 DPRINTF("altp2m view created with id %u\n", altp2m_view_id); in main() 553 DPRINTF("Setting altp2m mem_access permissions.. "); in main() 563 DPRINTF("done! Permissions set on %lu pages.\n", perm_set); in main() 709 DPRINTF("Got event from Xen\n"); in main() 764 DPRINTF("\tSwitching back to default view!\n"); in main() 916 DPRINTF("xenaccess shut down on signal %d\n", interrupted); in main() [all …]
|
/xen/tools/libxc/ |
A D | xc_private.h | 126 #define DPRINTF(_f, _a...) do { int DPRINTF_errno = errno; \ macro 250 DPRINTF("physdev operation failed -- need to" in do_physdev_op() 284 DPRINTF("domctl operation failed -- need to" in do_domctl_maybe_retry_efault() 323 DPRINTF("sysctl operation failed -- need to" in do_sysctl() 352 DPRINTF("platform operation failed -- need to" in do_platform_op() 372 DPRINTF("multicall operation failed -- need to" in do_multicall_op()
|
A D | xc_sr_common_x86_pv.c | 92 DPRINTF("%d bits, %d levels", guest_width * 8, guest_levels); in x86_pv_domain_info() 176 DPRINTF("max_mfn %#lx", ctx->x86.pv.max_mfn); in x86_pv_map_m2p()
|
A D | xc_sr_restore.c | 66 DPRINTF(" Legacy conversion script version %u", dhdr.xen_minor); in read_headers() 700 DPRINTF("Verify mode enabled"); in process_record() 832 DPRINTF("Ignoring optional record %#x (%s)", in restore() 941 DPRINTF("fd %d, dom %u, hvm %u, stream_type %d", in xc_domain_restore()
|
A D | xc_sr_save.c | 401 DPRINTF("Bitmap contained more entries than expected..."); in send_dirty_pages() 708 DPRINTF("Enabling verify mode"); in verify_frames() 729 DPRINTF(" Further stats: faults %u, dirty %u", in verify_frames() 1034 DPRINTF("fd %d, dom %u, flags %u, hvm %d", in xc_domain_save()
|
A D | xc_offline_page.c | 376 DPRINTF("Dom0's page can't be LM"); in is_page_exchangable() 381 DPRINTF("Currently we can only live change PV guest's page\n"); in is_page_exchangable()
|
A D | xc_private.c | 530 DPRINTF("xc_make_page_below_4G decrease failed. mfn=%lx\n",mfn); in xc_make_page_below_4G() 537 DPRINTF("xc_make_page_below_4G increase failed. mfn=%lx\n",mfn); in xc_make_page_below_4G()
|
A D | xc_sr_save_x86_pv.c | 222 DPRINTF("max_pfn %#lx, p2m_frames %d", ctx->x86.pv.max_pfn, in map_p2m_tree() 369 DPRINTF("p2m list from %#" PRIx64 " to %#" PRIx64 ", root at %#lx", in map_p2m_list() 371 DPRINTF("max_pfn %#lx, p2m_frames %d", ctx->x86.pv.max_pfn, in map_p2m_list()
|
A D | xc_domain.c | 940 DPRINTF("Failed allocation for dom %d: " in xc_domain_increase_reservation_exact() 967 DPRINTF("decrease_reservation extent_start is NULL!\n"); in xc_domain_decrease_reservation() 1002 DPRINTF("Failed deallocation for dom %d: %ld extents of order %d\n", in xc_domain_decrease_reservation_exact() 1148 DPRINTF("Failed allocation for dom %d: %ld extents of order %d\n", in xc_domain_populate_physmap_exact() 1223 DPRINTF("Failed %s_pod_target dom %d\n", in xc_domain_pod_target()
|
A D | xc_dom_x86.c | 1633 DPRINTF("PHYSICAL MEMORY ALLOCATION:\n"); in meminit_hvm() 1634 DPRINTF(" 4KB PAGES: 0x%016lx\n", stat_normal_pages); in meminit_hvm() 1635 DPRINTF(" 2MB PAGES: 0x%016lx\n", stat_2mb_pages); in meminit_hvm() 1636 DPRINTF(" 1GB PAGES: 0x%016lx\n", stat_1gb_pages); in meminit_hvm()
|
A D | xc_core.c | 890 DPRINTF("j (%ld) != nr_pages (%ld)", j, nr_pages); in xc_domain_dumpcore_via_callback()
|
A D | xc_sr_restore_x86_pv.c | 69 DPRINTF("Changed max_pfn from %#lx to %#lx", old_max, max_pfn); in expand_p2m()
|
Completed in 27 milliseconds