Searched refs:top_mfn (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/ |
A D | guest_walk.c | 54 mfn_t top_mfn; in hap_p2m_ga_to_gfn() local 86 top_mfn = _mfn(page_to_mfn(top_page)); in hap_p2m_ga_to_gfn() 89 ASSERT(mfn_valid(top_mfn)); in hap_p2m_ga_to_gfn() 90 top_map = map_domain_page(top_mfn); in hap_p2m_ga_to_gfn() 94 walk_ok = guest_walk_tables(v, p2m, ga, &gw, *pfec, top_mfn, top_map); in hap_p2m_ga_to_gfn()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | guest_walk.c | 85 uint32_t walk, mfn_t top_mfn, void *top_map) in guest_walk_tables() argument 134 gw->l4mfn = top_mfn; in guest_walk_tables() 250 gw->l2mfn = top_mfn; in guest_walk_tables()
|
A D | p2m.c | 618 mfn_t top_mfn; in p2m_alloc_table() local 641 top_mfn = p2m_alloc_ptp(p2m, 4); in p2m_alloc_table() 642 if ( mfn_eq(top_mfn, INVALID_MFN) ) in p2m_alloc_table() 648 p2m->phys_table = pagetable_from_mfn(top_mfn); in p2m_alloc_table()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | guest_pt.h | 428 walk_t *gw, uint32_t pfec, mfn_t top_mfn, void *top_map);
|
Completed in 12 milliseconds