Searched refs:iommu_iotlb_flush (Results 1 – 5 of 5) sorted by relevance
/xen/xen/drivers/passthrough/ |
A D | iommu.c | 293 int err = iommu_iotlb_flush(d, dfn, (1u << page_order), in iommu_legacy_map() 348 int err = iommu_iotlb_flush(d, dfn, (1u << page_order), in iommu_legacy_unmap() 386 int iommu_iotlb_flush(struct domain *d, dfn_t dfn, unsigned int page_count, in iommu_iotlb_flush() function
|
/xen/xen/include/xen/ |
A D | iommu.h | 164 int __must_check iommu_iotlb_flush(struct domain *d, dfn_t dfn,
|
/xen/xen/common/ |
A D | memory.c | 872 ret = iommu_iotlb_flush(d, _dfn(xatp->idx - done), done, in xenmem_add_to_physmap() 886 ret = iommu_iotlb_flush(d, _dfn(xatp->gpfn - done), done, in xenmem_add_to_physmap()
|
/xen/xen/arch/x86/mm/ |
A D | p2m-ept.c | 846 rc = iommu_iotlb_flush(d, _dfn(gfn), (1u << order), in ept_set_entry()
|
/xen/xen/arch/arm/ |
A D | p2m.c | 1058 rc = iommu_iotlb_flush(p2m->domain, _dfn(gfn_x(sgfn)), in __p2m_set_entry()
|
Completed in 18 milliseconds