Home
last modified time | relevance | path

Searched defs:iommu_ops (Results 1 – 3 of 3) sorted by relevance

/xen/xen/include/xen/
A Diommu.h236 struct iommu_ops { struct
237 int (*init)(struct domain *d);
241 int (*enable_device)(device_t *dev);
252 void (*teardown)(struct domain *d);
269 int (*enable_x2apic)(void);
270 void (*disable_x2apic)(void);
277 int (*adjust_irq_affinities)(void);
281 int __must_check (*suspend)(void);
282 void (*resume)(void);
284 void (*crash_shutdown)(void);
[all …]
/xen/xen/drivers/passthrough/arm/
A Diommu.c30 static const struct iommu_ops *iommu_ops; variable
/xen/xen/drivers/passthrough/x86/
A Diommu.c28 struct iommu_ops __read_mostly iommu_ops; variable

Completed in 10 milliseconds