Searched refs:M2P_SIZE (Results 1 – 4 of 4) sorted by relevance
109 #define M2P_SIZE(_m) ROUNDUP(((_m) * sizeof(xen_pfn_t)), M2P_SHIFT) macro110 #define M2P_CHUNKS(_m) (M2P_SIZE((_m)) >> M2P_SHIFT)
112 m2p_size = M2P_SIZE(ctx->x86_pv.max_mfn); in x86_pv_map_m2p()
410 m2p_size = M2P_SIZE(max_mfn); in xc_map_m2p()705 munmap(m2p_table, M2P_SIZE(max_mfn)); in xc_exchange_page()
65 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 5 milliseconds