Searched refs:iommu_vcall (Results 1 – 5 of 5) sorted by relevance
/xen/xen/include/asm-x86/ |
A D | iommu.h | 69 # define iommu_vcall(ops, fn, args...) ({ \ macro 124 iommu_vcall(ops, sync_cache, addr, size); \
|
/xen/xen/drivers/passthrough/x86/ |
A D | iommu.c | 114 iommu_vcall(&iommu_ops, update_ire_from_apic, apic, reg, value); in iommu_update_ire_from_apic()
|
/xen/xen/include/xen/ |
A D | iommu.h | 307 # define iommu_vcall iommu_call macro
|
/xen/xen/drivers/passthrough/ |
A D | iommu.c | 379 iommu_vcall(iommu_get_ops(), free_page_table, pg); in iommu_free_pagetables()
|
A D | pci.c | 1402 iommu_vcall(&iommu_ops, read_msi_from_ire, msi_desc, msg); in iommu_read_msi_from_ire()
|
Completed in 20 milliseconds