Searched refs:p2m_get_pagetable (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()876 if ( pagetable_get_pfn(p2m_get_pagetable(p2m)) == 0 ) in p2m_pt_change_entry_type_global()881 tab = map_domain_page(pagetable_get_mfn(p2m_get_pagetable(p2m))); in p2m_pt_change_entry_type_global()959 if ( pagetable_get_pfn(p2m_get_pagetable(p2m)) != 0 ) in p2m_pt_audit_p2m()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()1392 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in p2m_init_altp2m_ept()
711 if ( pagetable_get_pfn(p2m_get_pagetable(p2m)) != 0 ) in p2m_alloc_table()1557 mfn = pagetable_get_mfn(p2m_get_pagetable(p2m)); in p2m_flush_table_locked()
149 p2m_get_pagetable(p2m_get_hostp2m(v->domain))); in construct_vmcb()
418 n2vmcb->_h_cr3 = pagetable_get_paddr(p2m_get_pagetable(p2m)); in nestedsvm_vmcb_set_nestedp2m()
334 vmcb_set_h_cr3(vmcb, pagetable_get_paddr(p2m_get_pagetable(p2m))); in svm_vmcb_restore()
408 #define p2m_get_pagetable(p2m) ((p2m)->phys_table) macro
1312 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in construct_vmcs()
1152 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in get_shadow_eptp()
2117 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in vmx_vcpu_update_eptp()
1910 pgd_mfn = pagetable_get_mfn(p2m_get_pagetable(p2m_get_hostp2m(d))); in iommu_set_pgd()
2688 if ( rv != 0 && !pagetable_is_null(p2m_get_pagetable(p2m)) ) in shadow_enable()
Completed in 116 milliseconds