Home
last modified time | relevance | path

Searched refs:p2m_get_pagetable (Results 1 – 12 of 12) sorted by relevance

/xen/xen/arch/x86/mm/
A Dp2m-pt.c278 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()
A Dp2m-ept.c428 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()
A Dp2m.c711 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()
/xen/xen/arch/x86/hvm/svm/
A Dvmcb.c149 p2m_get_pagetable(p2m_get_hostp2m(v->domain))); in construct_vmcb()
A Dnestedsvm.c418 n2vmcb->_h_cr3 = pagetable_get_paddr(p2m_get_pagetable(p2m)); in nestedsvm_vmcb_set_nestedp2m()
A Dsvm.c334 vmcb_set_h_cr3(vmcb, pagetable_get_paddr(p2m_get_pagetable(p2m))); in svm_vmcb_restore()
/xen/xen/include/asm-x86/
A Dp2m.h408 #define p2m_get_pagetable(p2m) ((p2m)->phys_table) macro
/xen/xen/arch/x86/hvm/vmx/
A Dvmcs.c1312 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in construct_vmcs()
A Dvvmx.c1152 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in get_shadow_eptp()
A Dvmx.c2117 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in vmx_vcpu_update_eptp()
/xen/xen/drivers/passthrough/vtd/
A Diommu.c1910 pgd_mfn = pagetable_get_mfn(p2m_get_pagetable(p2m_get_hostp2m(d))); in iommu_set_pgd()
/xen/xen/arch/x86/mm/shadow/
A Dcommon.c2688 if ( rv != 0 && !pagetable_is_null(p2m_get_pagetable(p2m)) ) in shadow_enable()

Completed in 116 milliseconds