Home
last modified time | relevance | path

Searched refs:M2P_SIZE (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxg_save_restore.h109 #define M2P_SIZE(_m) ROUNDUP(((_m) * sizeof(xen_pfn_t)), M2P_SHIFT) macro
110 #define M2P_CHUNKS(_m) (M2P_SIZE((_m)) >> M2P_SHIFT)
A Dxc_sr_common_x86_pv.c112 m2p_size = M2P_SIZE(ctx->x86_pv.max_mfn); in x86_pv_map_m2p()
A Dxc_offline_page.c410 m2p_size = M2P_SIZE(max_mfn); in xc_map_m2p()
705 munmap(m2p_table, M2P_SIZE(max_mfn)); in xc_exchange_page()
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-mfndump.c65 munmap(m2p_table, M2P_SIZE(max_mfn)); in dump_m2p_func()
257 munmap(m2p_table, M2P_SIZE(max_mfn)); in dump_ptes_func()

Completed in 6 milliseconds