Searched refs:xc_map_foreign_pages (Results 1 – 12 of 12) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_foreign_memory.c | 23 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 D | xc_core_x86.c | 129 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 D | xc_resume.c | 195 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 D | xc_vm_event.c | 89 ring_page = xc_map_foreign_pages(xch, domain_id, PROT_READ | PROT_WRITE, in xc_vm_event_enable()
|
A D | xc_gnttab.c | 121 gnt = xc_map_foreign_pages(xch, domid, PROT_READ, pfn_list, in _gnttab_map_table()
|
A D | xc_sr_save_x86_pv.c | 85 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 D | xc_sr_restore_x86_pv.c | 565 guest_p2m = xc_map_foreign_pages(xch, ctx->domid, PROT_WRITE, in update_guest_p2m()
|
/xen-4.10.0-shim-comet/tools/xenpaging/ |
A D | pagein.c | 44 page = xc_map_foreign_pages(pia->xch, pia->dom, PROT_READ, gfns, num); in page_in()
|
A D | xenpaging.c | 345 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 D | xenctrl_compat.h | 31 void *xc_map_foreign_pages(xc_interface *xch, uint32_t dom, int prot,
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xentrace.c | 512 tbufs.meta[i] = xc_map_foreign_pages(xc_handle, DOMID_XEN, in map_tbufs()
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenbaked.c | 415 tbufs.meta[i] = xc_map_foreign_pages(xc_handle, DOMID_XEN, in map_tbufs()
|
Completed in 18 milliseconds