Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pt.c294 table = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in p2m_pt_set_recalc_range()
356 table = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in do_recalc()
541 table = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in p2m_pt_set_entry()
775 mfn = pagetable_get_mfn(p2m_get_pagetable(p2m)); in p2m_pt_get_entry()
915 tab = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in p2m_pt_change_entry_type_global()
995 l4e = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in p2m_pt_audit_p2m()
A Dp2m-ept.c437 table = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in ept_invalidate_emt_range()
721 table = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in ept_set_entry()
919 map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in ept_get_entry()
1030 map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in ept_walk_table()
1329 table = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in ept_dump_p2m_table()
A Dp2m.c1763 mfn = pagetable_get_mfn(p2m_get_pagetable(p2m)); in p2m_flush_table_locked()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c183 pagetable_get_mfn(v->arch.guest_table), in sh_walk_guest_tables()
1653 *sl4mfn = pagetable_get_mfn(v->arch.shadow_table[0]); in shadow_get_and_create_l4e()
1769 *sl2mfn = pagetable_get_mfn(v->arch.shadow_table[0]); in shadow_get_and_create_l2e()
3920 smfn = pagetable_get_mfn(v->arch.shadow_table[i]); in sh_detach_old_tables()
3987 mfn_t old_smfn = pagetable_get_mfn(old_entry); in sh_set_toplevel_shadow()
4063 gmfn = pagetable_get_mfn(v->arch.guest_table_user); in sh_update_cr3()
4066 gmfn = pagetable_get_mfn(v->arch.guest_table); in sh_update_cr3()
4179 mfn_t smfn = pagetable_get_mfn(v->arch.shadow_table[0]); in sh_update_cr3()
4207 smfn = pagetable_get_mfn(v->arch.shadow_table[i]); in sh_update_cr3()
4223 make_cr3(v, pagetable_get_mfn(v->arch.monitor_table)); in sh_update_cr3()
[all …]
A Dcommon.c1231 pagetable_get_mfn(v->arch.shadow_table[i]), 0); in _shadow_prealloc()
1287 pagetable_get_mfn(v->arch.shadow_table[i]), 0); in shadow_blow_tables()
2994 old_mfn = pagetable_get_mfn(v->arch.monitor_table); in sh_update_paging_modes()
3204 mfn = pagetable_get_mfn(v->arch.monitor_table); in shadow_teardown()
3401 make_cr3(v, pagetable_get_mfn(v->arch.guest_table_user)); in shadow_one_bit_disable()
3403 make_cr3(v, pagetable_get_mfn(v->arch.guest_table)); in shadow_one_bit_disable()
A Dprivate.h476 #define pagetable_get_page(x) mfn_to_page(pagetable_get_mfn(x))
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-priv-op.c723 mfn = pagetable_get_mfn(curr->arch.guest_table); in read_cr()
729 map_domain_page(pagetable_get_mfn(curr->arch.guest_table)); in read_cr()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dpage.h220 #define pagetable_get_mfn(x) _mfn(((x).pfn)) macro
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/
A Dhap.c568 mfn = pagetable_get_mfn(v->arch.monitor_table); in hap_teardown()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_map.c804 pgd_mfn = pagetable_get_mfn(p2m_get_pagetable(p2m_get_hostp2m(d))); in amd_iommu_share_p2m()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c533 cr3_mfn = pagetable_get_mfn(v->arch.guest_table_user); in update_cr3()
535 cr3_mfn = pagetable_get_mfn(v->arch.guest_table); in update_cr3()
2803 mfn_t gt_mfn = pagetable_get_mfn(curr->arch.guest_table); in new_guest_cr3()
2836 old_base_mfn = pagetable_get_mfn(curr->arch.guest_table); in new_guest_cr3()
A Ddomctl.c1686 map_domain_page(pagetable_get_mfn(v->arch.guest_table)); in arch_get_info_guest()
A Ddomain.c1120 l4tab = map_domain_page(pagetable_get_mfn(v->arch.guest_table)); in arch_set_info_guest()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Diommu.c1896 pgd_mfn = pagetable_get_mfn(p2m_get_pagetable(p2m_get_hostp2m(d))); in iommu_set_pgd()

Completed in 57 milliseconds