Searched refs:iommu_call (Results 1 – 5 of 5) sorted by relevance
/xen/xen/drivers/passthrough/ |
A D | iommu.c | 258 rc = iommu_call(hd->platform_ops, map_page, d, dfn_add(dfn, i), in iommu_map() 272 if ( iommu_call(hd->platform_ops, unmap_page, d, dfn_add(dfn, i), in iommu_map() 317 int err = iommu_call(hd->platform_ops, unmap_page, d, dfn_add(dfn, i), in iommu_unmap() 366 return iommu_call(hd->platform_ops, lookup_page, d, dfn, mfn, flags); in iommu_lookup_page() 399 rc = iommu_call(hd->platform_ops, iotlb_flush, d, dfn, page_count, in iommu_iotlb_flush() 428 rc = iommu_call(hd->platform_ops, iotlb_flush_all, d); in iommu_iotlb_flush_all()
|
A D | pci.c | 1395 ? iommu_call(&iommu_ops, update_ire_from_msi, msi_desc, msg) : 0; in iommu_update_ire_from_msi()
|
/xen/xen/include/xen/ |
A D | iommu.h | 305 #ifndef iommu_call 306 # define iommu_call(ops, fn, args...) ((ops)->fn(args)) macro 307 # define iommu_vcall iommu_call
|
/xen/xen/include/asm-x86/ |
A D | iommu.h | 64 # define iommu_call(ops, fn, args...) ({ \ macro
|
/xen/xen/drivers/passthrough/x86/ |
A D | iommu.c | 119 return iommu_call(&iommu_ops, read_apic_from_ire, apic, reg); in iommu_read_apic_from_ire()
|
Completed in 13 milliseconds