Searched refs:pagetable_get_mfn (Results 1 – 14 of 14) sorted by relevance
294 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()
437 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()
1763 mfn = pagetable_get_mfn(p2m_get_pagetable(p2m)); in p2m_flush_table_locked()
183 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 …]
1231 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()
476 #define pagetable_get_page(x) mfn_to_page(pagetable_get_mfn(x))
723 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()
220 #define pagetable_get_mfn(x) _mfn(((x).pfn)) macro
568 mfn = pagetable_get_mfn(v->arch.monitor_table); in hap_teardown()
804 pgd_mfn = pagetable_get_mfn(p2m_get_pagetable(p2m_get_hostp2m(d))); in amd_iommu_share_p2m()
533 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()
1686 map_domain_page(pagetable_get_mfn(v->arch.guest_table)); in arch_get_info_guest()
1120 l4tab = map_domain_page(pagetable_get_mfn(v->arch.guest_table)); in arch_set_info_guest()
1896 pgd_mfn = pagetable_get_mfn(p2m_get_pagetable(p2m_get_hostp2m(d))); in iommu_set_pgd()
Completed in 57 milliseconds