Home
last modified time | relevance | path

Searched refs:l3mfn (Results 1 – 6 of 6) sorted by relevance

/xen/tools/libxc/
A Dxc_dom_x86.c304 xen_pfn_t l3mfn) in move_l3_below_4G() argument
316 return l3mfn; in move_l3_below_4G()
355 __FUNCTION__, l3pfn, l3mfn, new_l3mfn); in move_l3_below_4G()
357 l3mfn = new_l3mfn; in move_l3_below_4G()
362 return l3mfn; in move_l3_below_4G()
455 xen_pfn_t l3mfn, l3pfn, i; in setup_pgtables_x86_32_pae() local
467 l3mfn = xc_dom_p2m(dom, l3pfn); in setup_pgtables_x86_32_pae()
470 if ( l3mfn >= 0x100000 ) in setup_pgtables_x86_32_pae()
471 l3mfn = move_l3_below_4G(dom, l3pfn, l3mfn); in setup_pgtables_x86_32_pae()
473 if ( l3mfn >= 0x100000 ) in setup_pgtables_x86_32_pae()
[all …]
/xen/xen/arch/x86/mm/
A Dguest_walk.c166 &gw->l3mfn, in guest_walk_tables()
501 paging_mark_dirty(d, gw->l3mfn); in guest_walk_tables()
519 put_page(mfn_to_page(gw->l3mfn)); in guest_walk_tables()
/xen/xen/include/asm-x86/
A Dguest_pt.h359 mfn_t l3mfn; /* MFN that the level 3 entry was in */ member
444 gw->l3e.l3, mfn_x(gw->l3mfn)); in print_gw()
/xen/xen/arch/x86/mm/shadow/
A Dmulti.c246 l3p = map_domain_page(gw->l3mfn); in shadow_check_gwalk()
307 if ( mfn_is_out_of_sync(gw->l3mfn) ) in gw_remove_write_accesses()
309 sh_resync(d, gw->l3mfn); in gw_remove_write_accesses()
357 if ( mfn_valid(gw->l3mfn) in sh_audit_gw()
3761 mfn_t l3mfn, l2mfn; in sh_update_linear_entries() local
3768 l3mfn = l4e_get_mfn(ml4e[linear_slot]); in sh_update_linear_entries()
3769 ml3e = map_domain_page(l3mfn); in sh_update_linear_entries()
4451 mfn_t l3mfn; in sh_pagetable_dying() local
4459 l3mfn = get_gfn_query(d, _gfn(l3gfn), &p2mt); in sh_pagetable_dying()
4460 if ( !mfn_valid(l3mfn) || !p2m_is_ram(p2mt) ) in sh_pagetable_dying()
[all …]
/xen/xen/arch/x86/
A Dsmpboot.c861 mfn_t l3mfn; in cleanup_cpu_root_pgt() local
867 l3mfn = l4e_get_mfn(rpt[r]); in cleanup_cpu_root_pgt()
868 l3t = map_domain_page(l3mfn); in cleanup_cpu_root_pgt()
897 free_xen_pagetable_new(l3mfn); in cleanup_cpu_root_pgt()
A Dmm.c359 mfn_t l3mfn = alloc_xen_pagetable_new(); in arch_init_memory() local
361 if ( !mfn_eq(l3mfn, INVALID_MFN) ) in arch_init_memory()
365 l3_pgentry_t *l3tab = map_domain_page(l3mfn); in arch_init_memory()
1182 get_l3_linear_pagetable(l3e, l3mfn, d) ) in get_page_from_l3e()
1330 return put_pt_page(l3e_get_page(l3e), mfn_to_page(l3mfn), flags); in put_page_from_l3e()
1539 mfn_t l3mfn = page_to_mfn(page); in promote_l3_table() local
1546 pl3e = map_domain_page(l3mfn); in promote_l3_table()
1593 rc = get_page_from_l3e(l3e, l3mfn, d, in promote_l3_table()
1924 mfn_t l3mfn = page_to_mfn(page); in demote_l3_table() local
1930 pl3e = map_domain_page(l3mfn); in demote_l3_table()
[all …]

Completed in 31 milliseconds