Searched refs:cr3_to_mfn (Results 1 – 4 of 4) sorted by relevance
36 xen_pfn_t cr3_to_mfn(struct xc_sr_context *ctx, uint64_t cr3);
38 xen_pfn_t cr3_to_mfn(struct xc_sr_context *ctx, uint64_t cr3) in cr3_to_mfn() function
324 p2m_mfn = cr3_to_mfn(ctx, p2m_cr3); in map_p2m_list()547 mfn = cr3_to_mfn(ctx, GET_FIELD(&vcpu, ctrlreg[3], ctx->x86_pv.width)); in write_one_vcpu_basic()
299 pfn = cr3_to_mfn(ctx, GET_FIELD(&vcpu, ctrlreg[3], ctx->x86_pv.width)); in process_vcpu_basic()
Completed in 6 milliseconds