Searched refs:iommu_map (Results 1 – 4 of 4) sorted by relevance
/xen/xen/drivers/passthrough/amd/ |
A D | Makefile | 3 obj-y += iommu_map.o
|
/xen/xen/drivers/passthrough/x86/ |
A D | iommu.c | 245 rc = iommu_map(d, _dfn(pfn), _mfn(pfn), PAGE_ORDER_4K, in arch_iommu_hwdom_init()
|
/xen/xen/drivers/passthrough/ |
A D | iommu.c | 242 int iommu_map(struct domain *d, dfn_t dfn, mfn_t mfn, in iommu_map() function 289 int rc = iommu_map(d, dfn, mfn, page_order, flags, &flush_flags); in iommu_legacy_map()
|
/xen/xen/include/xen/ |
A D | iommu.h | 148 int __must_check iommu_map(struct domain *d, dfn_t dfn, mfn_t mfn,
|
Completed in 5 milliseconds