Home
last modified time | relevance | path

Searched refs:xc_map_foreign_pages (Results 1 – 12 of 12) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_foreign_memory.c23 void *xc_map_foreign_pages(xc_interface *xch, uint32_t dom, int prot, in xc_map_foreign_pages() function
51 ret = xc_map_foreign_pages(xch, dom, prot, arr, num); in xc_map_foreign_range()
79 ret = xc_map_foreign_pages(xch, dom, prot, arr, num); in xc_map_foreign_ranges()
A Dxc_core_x86.c129 xc_map_foreign_pages(xch, dom, PROT_READ, in xc_core_arch_map_p2m_rw()
156 *live_p2m = xc_map_foreign_pages(xch, dom, in xc_core_arch_map_p2m_rw()
A Dxc_resume.c195 p2m_frame_list = xc_map_foreign_pages(xch, domid, PROT_READ, in xc_domain_resume_any()
208 p2m = xc_map_foreign_pages(xch, domid, PROT_READ, in xc_domain_resume_any()
A Dxc_vm_event.c89 ring_page = xc_map_foreign_pages(xch, domain_id, PROT_READ | PROT_WRITE, in xc_vm_event_enable()
A Dxc_gnttab.c121 gnt = xc_map_foreign_pages(xch, domid, PROT_READ, pfn_list, in _gnttab_map_table()
A Dxc_sr_save_x86_pv.c85 ctx->x86_pv.p2m = xc_map_foreign_pages(xch, ctx->domid, PROT_READ, in map_p2m_leaves()
227 guest_fl = xc_map_foreign_pages(xch, ctx->domid, PROT_READ, in map_p2m_tree()
389 ptes = xc_map_foreign_pages(xch, ctx->domid, PROT_READ, mfns, n_pages); in map_p2m_list()
A Dxc_sr_restore_x86_pv.c565 guest_p2m = xc_map_foreign_pages(xch, ctx->domid, PROT_WRITE, in update_guest_p2m()
/xen-4.10.0-shim-comet/tools/xenpaging/
A Dpagein.c44 page = xc_map_foreign_pages(pia->xch, pia->dom, PROT_READ, gfns, num); in page_in()
A Dxenpaging.c345 xc_map_foreign_pages(xch, paging->vm_event.domain_id, in xenpaging_init()
360 xc_map_foreign_pages(xch, paging->vm_event.domain_id, in xenpaging_init()
617 page = xc_map_foreign_pages(xch, paging->vm_event.domain_id, PROT_READ, &victim, 1); in xenpaging_evict_page()
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenctrl_compat.h31 void *xc_map_foreign_pages(xc_interface *xch, uint32_t dom, int prot,
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxentrace.c512 tbufs.meta[i] = xc_map_foreign_pages(xc_handle, DOMID_XEN, in map_tbufs()
/xen-4.10.0-shim-comet/tools/xenmon/
A Dxenbaked.c415 tbufs.meta[i] = xc_map_foreign_pages(xc_handle, DOMID_XEN, in map_tbufs()

Completed in 18 milliseconds