Searched refs:pagetable_get_mfn (Results 1 – 12 of 12) sorted by relevance
278 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()
428 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()
1557 mfn = pagetable_get_mfn(p2m_get_pagetable(p2m)); in p2m_flush_table_locked()
194 ? 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 …]
968 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()
238 #define pagetable_get_page(x) mfn_to_page(pagetable_get_mfn(x))240 #define pagetable_get_mfn(x) _mfn(((x).pfn)) macro
736 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()
582 mfn = pagetable_get_mfn(v->arch.hvm.monitor_table); in hap_teardown()
563 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()
1629 map_domain_page(pagetable_get_mfn(v->arch.guest_table)); in arch_get_info_guest()
1188 l4tab = map_domain_page(pagetable_get_mfn(v->arch.guest_table)); in arch_set_info_guest()
1910 pgd_mfn = pagetable_get_mfn(p2m_get_pagetable(p2m_get_hostp2m(d))); in iommu_set_pgd()
Completed in 52 milliseconds