Home
last modified time | relevance | path

Searched refs:p2m_frames (Results 1 – 3 of 3) sorted by relevance

/xen/tools/libxc/
A Dxc_sr_save_x86_pv.c94 ctx->x86.pv.p2m_frames = n_mfns; in map_p2m_leaves()
221 ctx->x86.pv.p2m_frames = (ctx->x86.pv.max_pfn + fpp) / fpp; in map_p2m_tree()
223 ctx->x86.pv.p2m_frames); in map_p2m_tree()
337 ctx->x86.pv.p2m_frames = ctx->x86.pv.max_pfn / fpp + 1; in map_p2m_list()
338 p2m_end = p2m_vaddr + ctx->x86.pv.p2m_frames * PAGE_SIZE - 1; in map_p2m_list()
372 ctx->x86.pv.p2m_frames); in map_p2m_list()
438 ctx->x86.pv.p2m_frames = (ctx->x86.pv.max_pfn + fpp) / fpp; in map_p2m_list()
439 p2m_end = p2m_vaddr + ctx->x86.pv.p2m_frames * PAGE_SIZE - 1; in map_p2m_list()
817 size_t datasz = ctx->x86.pv.p2m_frames * sizeof(uint64_t); in write_x86_pv_p2m_frames()
838 for ( i = 0; i < ctx->x86.pv.p2m_frames; ++i ) in write_x86_pv_p2m_frames()
[all …]
A Dxc_sr_common.h338 unsigned int p2m_frames; member
A Dxc_sr_restore_x86_pv.c56 ctx->x86.pv.p2m_frames = end_frame; in expand_p2m()
533 for ( i = 0; i < ctx->x86.pv.p2m_frames; ++i ) in update_guest_p2m()
565 ctx->x86.pv.p2m_frames); in update_guest_p2m()
578 munmap(guest_p2m, ctx->x86.pv.p2m_frames * PAGE_SIZE); in update_guest_p2m()

Completed in 7 milliseconds