Searched refs:p2m_cr3 (Results 1 – 2 of 2) sorted by relevance
314 static int map_p2m_list(struct xc_sr_context *ctx, uint64_t p2m_cr3) in map_p2m_list() argument324 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() local473 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()
261 unsigned long p2m_cr3; /* cr3 value of the p2m address space */ member
Completed in 4 milliseconds