Home
last modified time | relevance | path

Searched refs:m2p (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_sr_common_x86_pv.c8 return ctx->x86_pv.m2p[mfn]; in mfn_to_pfn()
28 pfn = ctx->x86_pv.m2p[mfn]; in dump_bad_pseudophysmap_entry()
140 ctx->x86_pv.m2p = xc_map_foreign_ranges( in x86_pv_map_m2p()
144 if ( !ctx->x86_pv.m2p ) in x86_pv_map_m2p()
A Dxc_offline_page.c405 xen_pfn_t *m2p; in xc_map_m2p() local
409 m2p = NULL; in xc_map_m2p()
436 m2p = xc_map_foreign_ranges(xch, DOMID_XEN, in xc_map_m2p()
439 if (m2p == NULL) in xc_map_m2p()
454 return m2p; in xc_map_m2p()
A Dxc_sr_common.h276 xen_pfn_t *m2p; member
A Dxc_sr_save_x86_pv.c1143 if ( ctx->x86_pv.m2p ) in x86_pv_cleanup()
1144 munmap(ctx->x86_pv.m2p, ctx->x86_pv.nr_m2p_frames * PAGE_SIZE); in x86_pv_cleanup()
A Dxc_sr_restore_x86_pv.c1149 if ( ctx->x86_pv.m2p ) in x86_pv_cleanup()
1150 munmap(ctx->x86_pv.m2p, ctx->x86_pv.nr_m2p_frames * PAGE_SIZE); in x86_pv_cleanup()

Completed in 8 milliseconds