Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance
832 struct iommu_dev_data { struct834 spinlock_t lock;836 struct list_head list; /* For domain->dev_list */837 struct llist_node dev_data_list; /* For global dev_data_list */838 struct protection_domain *domain; /* Domain the device is bound to */839 struct gcr3_tbl_info gcr3_info; /* Per-device GCR3 table */840 struct device *dev;841 u16 devid; /* PCI Device ID */843 u32 max_pasids; /* Max supported PASIDs */844 u32 flags; /* Holds AMD_IOMMU_DEVICE_FLAG_<*> */[all …]