Home
last modified time | relevance | path

Searched defs:iommu_dev_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/amd/
Damd_iommu_types.h651 struct iommu_dev_data { struct
653 spinlock_t lock;
655 struct list_head list; /* For domain->dev_list */
656 struct llist_node dev_data_list; /* For global dev_data_list */
657 struct protection_domain *domain; /* Domain the device is bound to */
658 struct pci_dev *pdev;
659 u16 devid; /* PCI Device ID */
660 bool iommu_v2; /* Device can make use of IOMMUv2 */
661 struct {
664 } ats; /* ATS state */
[all …]
/kernel/linux/linux-6.6/drivers/iommu/amd/
Damd_iommu_types.h805 struct iommu_dev_data { struct
807 spinlock_t lock;
809 struct list_head list; /* For domain->dev_list */
810 struct llist_node dev_data_list; /* For global dev_data_list */
811 struct protection_domain *domain; /* Domain the device is bound to */
812 struct device *dev;
813 u16 devid; /* PCI Device ID */
814 bool iommu_v2; /* Device can make use of IOMMUv2 */
815 struct {
818 } ats; /* ATS state */
[all …]