Searched refs:iommu_legacy_unmap (Results 1 – 8 of 8) sorted by relevance
/xen/xen/include/xen/ |
A D | iommu.h | 158 int __must_check iommu_legacy_unmap(struct domain *d, dfn_t dfn,
|
/xen/xen/drivers/passthrough/ |
A D | iommu.c | 341 int iommu_legacy_unmap(struct domain *d, dfn_t dfn, unsigned int page_order) in iommu_legacy_unmap() function
|
/xen/xen/arch/x86/mm/ |
A D | p2m-pt.c | 684 : iommu_legacy_unmap(d, _dfn(gfn), page_order); in p2m_pt_set_entry()
|
A D | p2m-ept.c | 853 iommu_legacy_unmap(d, _dfn(gfn), order); in ept_set_entry()
|
A D | p2m.c | 1446 return iommu_legacy_unmap(d, _dfn(gfn_l), PAGE_ORDER_4K); in clear_identity_p2m_entry()
|
/xen/xen/arch/x86/x86_64/ |
A D | mm.c | 1456 if ( iommu_legacy_unmap(hardware_domain, _dfn(i), in memory_add()
|
/xen/xen/arch/x86/ |
A D | mm.c | 2493 int rc2 = iommu_legacy_unmap(d, _dfn(mfn), PAGE_ORDER_4K); in cleanup_page_mappings() 3020 rc = iommu_legacy_unmap(d, _dfn(mfn_x(mfn)), PAGE_ORDER_4K); in _get_page_type()
|
/xen/xen/common/ |
A D | grant_table.c | 1482 err = iommu_legacy_unmap(ld, _dfn(mfn_x(op->mfn)), 0); in unmap_common()
|
Completed in 45 milliseconds