Home
last modified time | relevance | path

Searched refs:p2m_cr3 (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_sr_save_x86_pv.c314 static int map_p2m_list(struct xc_sr_context *ctx, uint64_t p2m_cr3) in map_p2m_list() argument
324 p2m_mfn = cr3_to_mfn(ctx, p2m_cr3); in map_p2m_list()
328 ERROR("Bad p2m_cr3 value %#" PRIx64, p2m_cr3); in map_p2m_list()
468 uint64_t p2m_cr3; in map_p2m() local
473 p2m_cr3 = GET_FIELD(ctx->x86_pv.shinfo, arch.p2m_cr3, ctx->x86_pv.width); in map_p2m()
475 return p2m_cr3 ? map_p2m_list(ctx, p2m_cr3) : map_p2m_tree(ctx); in map_p2m()
/xen-4.10.0-shim-comet/xen/include/public/arch-x86/
A Dxen.h261 unsigned long p2m_cr3; /* cr3 value of the p2m address space */ member

Completed in 5 milliseconds