Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pt.c294 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()
A Dp2m-ept.c437 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()
A Dp2m.c632 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()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dvmcb.c189 p2m_get_pagetable(p2m_get_hostp2m(v->domain))); in construct_vmcb()
A Dnestedsvm.c420 n2vmcb->_h_cr3 = pagetable_get_paddr(p2m_get_pagetable(p2m)); in nestedsvm_vmcb_set_nestedp2m()
A Dsvm.c331 vmcb_set_h_cr3(vmcb, pagetable_get_paddr(p2m_get_pagetable(p2m))); in svm_vmcb_restore()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dp2m.h395 #define p2m_get_pagetable(p2m) ((p2m)->phys_table) macro
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_map.c804 pgd_mfn = pagetable_get_mfn(p2m_get_pagetable(p2m_get_hostp2m(d))); in amd_iommu_share_p2m()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmcs.c1250 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in construct_vmcs()
A Dvvmx.c1116 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in get_shadow_eptp()
A Dvmx.c2163 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in vmx_vcpu_update_eptp()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Diommu.c1896 pgd_mfn = pagetable_get_mfn(p2m_get_pagetable(p2m_get_hostp2m(d))); in iommu_set_pgd()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dcommon.c3169 if ( rv != 0 && !pagetable_is_null(p2m_get_pagetable(p2m)) ) in shadow_enable()

Completed in 49 milliseconds