Searched refs:iommu_priv (Results 1 – 2 of 2) sorted by relevance
35 void *iommu_priv; member
279 return fwspec && fwspec->iommu_priv ? in to_ipmmu()280 ((struct ipmmu_vmsa_xen_device *)fwspec->iommu_priv)->mmu : NULL; in to_ipmmu()287 ((struct ipmmu_vmsa_xen_device *)fwspec->iommu_priv)->mmu = mmu; in set_ipmmu()294 return fwspec && fwspec->iommu_priv ? in to_domain()295 ((struct ipmmu_vmsa_xen_device *)fwspec->iommu_priv)->domain : NULL; in to_domain()302 ((struct ipmmu_vmsa_xen_device *)fwspec->iommu_priv)->domain = domain; in set_domain()736 fwspec->iommu_priv = xzalloc(struct ipmmu_vmsa_xen_device); in ipmmu_init_platform_device()737 if ( !fwspec->iommu_priv ) in ipmmu_init_platform_device()
Completed in 5 milliseconds