Home
last modified time | relevance | path

Searched refs:pagetable_get_mfn (Results 1 – 12 of 12) sorted by relevance

/xen/xen/arch/x86/mm/
A Dp2m-pt.c278 table = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in p2m_pt_set_recalc_range()
346 table = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in do_recalc()
556 table = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in p2m_pt_set_entry()
740 mfn = pagetable_get_mfn(p2m_get_pagetable(p2m)); in p2m_pt_get_entry()
881 tab = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in p2m_pt_change_entry_type_global()
968 l4e = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in p2m_pt_audit_p2m()
A Dp2m-ept.c428 table = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in ept_invalidate_emt_range()
713 table = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in ept_set_entry()
882 map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in ept_get_entry()
993 map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in ept_walk_table()
1340 table = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in ept_dump_p2m_table()
A Dp2m.c1557 mfn = pagetable_get_mfn(p2m_get_pagetable(p2m)); in p2m_flush_table_locked()
/xen/xen/arch/x86/mm/shadow/
A Dmulti.c194 ? pagetable_get_mfn(v->arch.guest_table) in sh_walk_guest_tables()
195 : pagetable_get_mfn(v->arch.guest_table_user)); in sh_walk_guest_tables()
1624 *sl4mfn = pagetable_get_mfn(v->arch.shadow_table[0]); in shadow_get_and_create_l4e()
1740 *sl2mfn = pagetable_get_mfn(v->arch.shadow_table[0]); in shadow_get_and_create_l2e()
3831 smfn = pagetable_get_mfn(v->arch.shadow_table[i]); in sh_detach_old_tables()
3897 mfn_t old_smfn = pagetable_get_mfn(old_entry); in sh_set_toplevel_shadow()
3972 gmfn = pagetable_get_mfn(v->arch.guest_table_user); in sh_update_cr3()
3975 gmfn = pagetable_get_mfn(v->arch.guest_table); in sh_update_cr3()
4056 mfn_t smfn = pagetable_get_mfn(v->arch.shadow_table[0]); in sh_update_cr3()
4084 smfn = pagetable_get_mfn(v->arch.shadow_table[i]); in sh_update_cr3()
[all …]
A Dcommon.c968 pagetable_get_mfn(v->arch.shadow_table[i]), 0); in _shadow_prealloc()
1024 pagetable_get_mfn(v->arch.shadow_table[i]), 0); in shadow_blow_tables()
2501 old_mfn = pagetable_get_mfn(v->arch.hvm.monitor_table); in sh_update_paging_modes()
2723 mfn_t mfn = pagetable_get_mfn(v->arch.hvm.monitor_table); in shadow_teardown()
2926 make_cr3(v, pagetable_get_mfn(v->arch.guest_table_user)); in shadow_one_bit_disable()
2928 make_cr3(v, pagetable_get_mfn(v->arch.guest_table)); in shadow_one_bit_disable()
/xen/xen/include/asm-x86/
A Dpage.h238 #define pagetable_get_page(x) mfn_to_page(pagetable_get_mfn(x))
240 #define pagetable_get_mfn(x) _mfn(((x).pfn)) macro
/xen/xen/arch/x86/pv/
A Demul-priv-op.c736 mfn = pagetable_get_mfn(curr->arch.guest_table); in read_cr()
742 map_domain_page(pagetable_get_mfn(curr->arch.guest_table)); in read_cr()
/xen/xen/arch/x86/mm/hap/
A Dhap.c582 mfn = pagetable_get_mfn(v->arch.hvm.monitor_table); in hap_teardown()
/xen/xen/arch/x86/
A Dmm.c563 cr3_mfn = pagetable_get_mfn(v->arch.guest_table_user); in update_cr3()
565 cr3_mfn = pagetable_get_mfn(v->arch.guest_table); in update_cr3()
3206 mfn_t gt_mfn = pagetable_get_mfn(curr->arch.guest_table); in new_guest_cr3()
3239 old_base_mfn = pagetable_get_mfn(curr->arch.guest_table); in new_guest_cr3()
4074 if ( mfn_eq(pagetable_get_mfn(curr->arch.guest_table), in do_mmu_update()
4088 mfn_eq(pagetable_get_mfn(curr->arch.guest_table_user), in do_mmu_update()
A Ddomctl.c1629 map_domain_page(pagetable_get_mfn(v->arch.guest_table)); in arch_get_info_guest()
A Ddomain.c1188 l4tab = map_domain_page(pagetable_get_mfn(v->arch.guest_table)); in arch_set_info_guest()
/xen/xen/drivers/passthrough/vtd/
A Diommu.c1910 pgd_mfn = pagetable_get_mfn(p2m_get_pagetable(p2m_get_hostp2m(d))); in iommu_set_pgd()

Completed in 52 milliseconds