Searched refs:p2m_get_pagetable (Results 1 – 13 of 13) 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()910 if ( pagetable_get_pfn(p2m_get_pagetable(p2m)) == 0 ) in p2m_pt_change_entry_type_global()915 tab = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in p2m_pt_change_entry_type_global()986 if ( pagetable_get_pfn(p2m_get_pagetable(p2m)) != 0 ) in p2m_pt_audit_p2m()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()1379 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in p2m_init_altp2m_ept()
632 if ( pagetable_get_pfn(p2m_get_pagetable(p2m)) != 0 ) in p2m_alloc_table()1763 mfn = pagetable_get_mfn(p2m_get_pagetable(p2m)); in p2m_flush_table_locked()
189 p2m_get_pagetable(p2m_get_hostp2m(v->domain))); in construct_vmcb()
420 n2vmcb->_h_cr3 = pagetable_get_paddr(p2m_get_pagetable(p2m)); in nestedsvm_vmcb_set_nestedp2m()
331 vmcb_set_h_cr3(vmcb, pagetable_get_paddr(p2m_get_pagetable(p2m))); in svm_vmcb_restore()
395 #define p2m_get_pagetable(p2m) ((p2m)->phys_table) macro
804 pgd_mfn = pagetable_get_mfn(p2m_get_pagetable(p2m_get_hostp2m(d))); in amd_iommu_share_p2m()
1250 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in construct_vmcs()
1116 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in get_shadow_eptp()
2163 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in vmx_vcpu_update_eptp()
1896 pgd_mfn = pagetable_get_mfn(p2m_get_pagetable(p2m_get_hostp2m(d))); in iommu_set_pgd()
3169 if ( rv != 0 && !pagetable_is_null(p2m_get_pagetable(p2m)) ) in shadow_enable()
Completed in 49 milliseconds