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.h650 struct iommu_dev_data { struct
652 spinlock_t lock;
654 struct list_head list; /* For domain->dev_list */
655 struct llist_node dev_data_list; /* For global dev_data_list */
656 struct protection_domain *domain; /* Domain the device is bound to */
657 struct pci_dev *pdev;
658 u16 devid; /* PCI Device ID */
659 bool iommu_v2; /* Device can make use of IOMMUv2 */
660 struct {
663 } ats; /* ATS state */
[all …]
/kernel/linux/linux-4.19/drivers/iommu/
Damd_iommu_types.h638 struct iommu_dev_data { struct
639 struct list_head list; /* For domain->dev_list */
640 struct llist_node dev_data_list; /* For global dev_data_list */
641 struct protection_domain *domain; /* Domain the device is bound to */
642 u16 devid; /* PCI Device ID */
643 u16 alias; /* Alias Device ID */
644 bool iommu_v2; /* Device can make use of IOMMUv2 */
645 bool passthrough; /* Device is identity mapped */
646 struct {
649 } ats; /* ATS state */
[all …]